-
Notifications
You must be signed in to change notification settings - Fork 505
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
TorchToStd.cpp is out of date #409
Labels
good first issue
Good for newcomers
Comments
Can we just call all of these ConvertToTheDialectFormerlyKnownAsStandard :) (Rip Prince) |
I've submitted a unicode community request to reserve a symbol for "TheDialectFormerlyKnownAsStandard". Design ideas would be appreciated. |
u99127
pushed a commit
to u99127/torch-mlir
that referenced
this issue
Aug 5, 2022
All the converters in this pass appear to create ops from the arith dialect. Hence the full rename. Fix GH Issue llvm#409.
u99127
pushed a commit
to u99127/torch-mlir
that referenced
this issue
Aug 10, 2022
All the converters in this pass appear to create ops from the arith dialect. Hence the full rename. Fix GH Issue llvm#409.
u99127
pushed a commit
that referenced
this issue
Aug 10, 2022
All the converters in this pass appear to create ops from the arith dialect. Hence the full rename. Fix GH Issue #409.
Thanks for fixing this!! |
qedawkins
pushed a commit
to nod-ai/torch-mlir
that referenced
this issue
Oct 3, 2022
* print error msg. * Output program path.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of the patterns there should be moved to a new TorchToArith.cpp conversion, now that arith dialect was split out of std.
The text was updated successfully, but these errors were encountered: