-
Notifications
You must be signed in to change notification settings - Fork 26k
[jit] Add source location to class instantiation error #24990
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
eellison
left a comment
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.
Looks good. It would be nice if the error had the same stacktrace as with a JIT compilation error
|
|
This PR broke pytorch_linux_xenial_cuda9_cudnn7_py3_slow_test. I am reverting |
|
The PR doesn't revert cleanly (I assume because of the fix for the lint breakage also caused by this PR). @driazati can you issue a fix asap? |
|
Fix in #25378 |
Fixes #24987
Differential Revision: D17099779