Open
Description
Currently complex data type is not supported in ExecuTorch runtime. Although the model may be rewritten to real number operations, but it would affect the user's development efficiency.
What is complex data type here?
It's the math number system with real and imaginary parts like c = x * i * y.
It's used in some operations in PyTorch, like RoPE embedding in LLM, or Fourier Transforms (FFT).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog