-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Forward-over-reverse gradgradcheck fails on CUDA for div.floor_rounding
#69913
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
Comments
We're getting this as well in functorch FWIW. a bunch of division related operations are failing with this assert: Do you know why the batched-forward gradcheck didn't catch this in PyTorch? |
Yeah its being skipped already for forward-mode AD in general, though there was no comment/issue linked (so I'm not sure why it was originally skipped). |
All issues causing IMAs should be hi priority and should be fixed ASAP. |
Good point. These tests do cover non-zero tensor inputs as well though, so as long as the tests pass we can close this issue. |
…ors" Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
…ors" Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
…ors" Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
Fixes #71160 #69925 #69913 Differential Revision: [D33897543](https://our.internmc.facebook.com/intern/diff/D33897543) [ghstack-poisoned]
Fixed by #71611 |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
At the time of posting this issue, need to checkout #69740 to replicate.
I also preemptively skipped the same test for
floor_rounding
andtrunc_rounding
variants because there seemed to be related skips for forward mode AD already.The stack trace seems wrong as the error suggests:
Versions
At the time of posting this issue, need to checkout #69740 to replicate.
Otherwise, main branch
cc @ezyang @gchanan @zou3519 @albanD @gqchen @pearu @nikitaved @soulitzer @lezcano @Varal7
The text was updated successfully, but these errors were encountered: