-
Notifications
You must be signed in to change notification settings - Fork 360
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
chore: Update Torch to Jul 3 Nightly #2099
Conversation
- Make necessary changes in Dynamo decompositions - Update WORKSPACE files
- Update usage of `#users` in FX code
8660034
to
f7789d3
Compare
@@ -27,12 +27,8 @@ def inplace_op(*args, **kwargs): | |||
replace_inplace_op(aten.addmv_, aten.addmv) | |||
replace_inplace_op(aten.baddbmm_, aten.baddbmm) | |||
replace_inplace_op(aten.cumprod_, aten.cumprod) | |||
replace_inplace_op(aten.fill_, aten.fill) | |||
replace_inplace_op(aten.gelu_, aten.gelu) |
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.
are these being dropped for a specific reason?
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.
Yes, torch
's default aten
decompositions are now including these, which was causing failures (duplicate decomposition registrations).
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
Description
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: