-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Move THCTensor_(exponential) to ATen #21297
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
Move THCTensor_(exponential) to ATen gh-metadata: pytorch pytorch 21297 gh/syed-ahmed/9/head
|
@ezyang I think the std::nextafter in device code was causing the rocm failure. Let's see if tests pass now. (I'm puzzled though why it would cause a std::exception in a torch.randn call in the exponential PR! @.@). CC: @iotamudelta @bddppq |
|
Confirmed it was std::nextafter in device code that was causing rocm failure. |
|
Nice catch. Maybe we can add a note about this to CONTRIBUTING.md |
Move THCTensor_(exponential) to ATen gh-metadata: pytorch pytorch 21297 gh/syed-ahmed/9/head
|
Added the std::nextafter note in #21386 |
Summary: Pull Request resolved: pytorch/pytorch#21297 ghimport-source-id: 5f45154e714ab44dec961dabf1c64e54aaa063a2 Reviewed By: jerryzh168 Differential Revision: D15632931 Pulled By: ezyang fbshipit-source-id: 0367eec0a9ef6812b1b3ab7597817ee40a011bb8
Stack from ghstack:
Resubmit of #20623
Effective Bandwidth Benchmark
Float Type
Before:
After:
Double Type
Before:
After:
Differential Revision: D15632931