[ET-VK] Add support for torch.complex64
Open
@SS-JIA is already working on this.
Since Mar 3, 2026.
module: vulkan
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
🚀 The feature, motivation and pitch
When trying to export whisper on vulkan backend in decoder export I got the error:
AssertionError: Invalid dtype for vulkan_preprocess (torch.complex64)
This is limiting my ability to export the decoder part. This will be also beneficial for exporting other models as well.
Alternatives
No alternatives that I'm aware of.
Additional context
No response
RFC (Optional)
No response
cc @SS-JIA @manuelcandales @digantdesai @cbilgin
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.