Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Onnx.DFT Torch->Linalg lowering #800

Open
vivekkhandelwal1 opened this issue Jul 31, 2024 · 2 comments
Open

Fix Onnx.DFT Torch->Linalg lowering #800

vivekkhandelwal1 opened this issue Jul 31, 2024 · 2 comments
Assignees

Comments

@vivekkhandelwal1
Copy link
Contributor

The Onnx.DFT lowers from Onnx->Torch but fails during Torch->Linalg lowering. The reason is that the Torch->Linalg lowering for AtenFftFftOp, AtenFftIfftOp is missing. In order to fix this issue, these lowerings have to be added.

@kumardeepakamd
Copy link

@PhaneeshB will need you to help out on few ONNX OPs like this one to meet our Sept goal

@PhaneeshB
Copy link
Contributor

Will wait for this op to show up in models so we know the paths for which we want to add lowering.
As of now, there aren't any models failing due to this op in #812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants