pytorch
804f9245 - Fix accuraccy failures when running test_nn on A100s (#59624)

Commit
4 years ago
Fix accuraccy failures when running test_nn on A100s (#59624) Summary: Make sure tests run explicitely without TF32 don't use TF32 operations Fixes https://github.com/pytorch/pytorch/issues/52278 After the tf32 accuracy tolerance was increased to 0.05 this is the only remaining change required to fix the above issue (for TestNN.test_Conv3d_1x1x1_no_bias_cuda) Pull Request resolved: https://github.com/pytorch/pytorch/pull/59624 Reviewed By: heitorschueroff Differential Revision: D28996279 Pulled By: ngimel fbshipit-source-id: 7f1b165fd52cfa0898a89190055b7a4b0985573a
Author
Parents
Loading