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

torch.aten.reflection_pad1d #293

Closed
Tracked by #347 ...
kumardeepakamd opened this issue Dec 21, 2023 · 5 comments
Closed
Tracked by #347 ...

torch.aten.reflection_pad1d #293

kumardeepakamd opened this issue Dec 21, 2023 · 5 comments
Assignees

Comments

@kumardeepakamd
Copy link

kumardeepakamd commented Dec 21, 2023

Support torch.aten.reflection_pad1d in torch MLIR

@kumardeepakamd kumardeepakamd changed the title torch.aten.acos torch.aten.reflection_pad2d Dec 21, 2023
@kumardeepakamd kumardeepakamd changed the title torch.aten.reflection_pad2d torch.aten.reflection_pad1d Dec 21, 2023
@frederik-h
Copy link

I am working on the torch.aten.reflection_pad2d operator and it is essentially done, but I won't be able to finish the PR before Christmas. I am not sure if it is worth to do a separate implementation of the 1d operator, i.e. it should be possible to reuse and simplify the 2d implementation.

@stellaraccident
Copy link
Contributor

@kumardeepakamd / @frederik-h can you coordinate?

@frederik-h
Copy link

@kumardeepakamd / @frederik-h can you coordinate?

@kumardeepakamd I have created a draft PR for the 2d operator: llvm/torch-mlir#2693. I think the 1d operator is just a special case, i.e. it should probably be converted to the 2d operator, but it will still require separate testing etc.

@kumardeepakamd
Copy link
Author

kumardeepakamd commented Dec 22, 2023 via email

@frederik-h
Copy link

@kumardeepakamd Is it ok to close this issue since llvm/torch-mlir#2706 has been merged? Or is there anything else left to do?

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

4 participants