-
Notifications
You must be signed in to change notification settings - Fork 507
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
Add E2E support for AtenEmbeddingBagPaddingIdxOp #1066
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few initial comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Below I have a few comments. They are mostly stylistic to help with readability. Also, don't forget to run git clang-format
on your commit to make sure the indentation style matches the rest of the codebase
python/torch_mlir/dialects/torch/importer/jit_ir/build_tools/shape_lib_gen.py
Outdated
Show resolved
Hide resolved
python/torch_mlir/dialects/torch/importer/jit_ir/build_tools/shape_lib_gen.py
Outdated
Show resolved
Hide resolved
Hi thanks, I have worked on and resolved all the current comments. I have replied on some comments with more updates. |
0087a23
to
e5a7fbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more comments
python/torch_mlir/dialects/torch/importer/jit_ir/build_tools/shape_lib_gen.py
Show resolved
Hide resolved
bf6f5c8
to
4274c88
Compare
Completed prior requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more comments
575b0d9
to
6b264c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just three small change requests
Completed. |
91ed84a
to
23c11c6
Compare
23c11c6
to
f06b16d
Compare
f06b16d
to
a54e3ea
Compare
Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com>
No description provided.