-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Implement checks for vmap escaped errors #89585
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/89585
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3a74733: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@kshitij12345 do you think it is worth while spending the time to implement new tests for each of these changes? |
|
I think that would make sense (maybe an OpInfo test to confirm all the ops throw an error). However, let's wait for @zou3519 to confirm (as I don't know much about this part of the code). Thanks! |
63899df to
c84da3b
Compare
5a1bf87 to
ea10122
Compare
d8ba5cb to
8974ee0
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Follow on to pytorch#89077 Pull Request resolved: pytorch#89585 Approved by: https://github.com/zou3519
Follow on to #89077