Skip to content

Implement aten.roll for complex inputs #1175

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

Closed
justinchuby opened this issue Nov 22, 2023 · 0 comments · Fixed by #1186
Closed

Implement aten.roll for complex inputs #1175

justinchuby opened this issue Nov 22, 2023 · 0 comments · Fixed by #1186
Labels
contribution welcome We welcome code contributions for this module: torchlib Related to the torch/aten function lib in development

Comments

@justinchuby
Copy link
Collaborator

#1173

@justinchuby justinchuby added the module: torchlib Related to the torch/aten function lib in development label Nov 22, 2023
@justinchuby justinchuby added the contribution welcome We welcome code contributions for this label Nov 22, 2023
justinchuby added a commit that referenced this issue Nov 30, 2023
As mentioned on
[#1173](#1173), I'm trying
to add aten::var and aten::roll (complex support) in order to export one
model from PyTorch to ONNX. The model uses fft functions, which requires
opset 18 and torch dynamo usage.

fixes #1175 fixes
#1174

---------

Co-authored-by: Justin Chu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome We welcome code contributions for this module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant