pytorch
38b6cb47 - Check fuser results when profiling (#33944)

Commit
5 years ago
Check fuser results when profiling (#33944) Summary: With the profiling executor enabled the fuser won't be invoked until the second pass over a script function, so some of these tests weren't correctly comparing the fused output with the interpreter output. I've used the `checkScript` method where applicable, which seems to do the right thing. Pull Request resolved: https://github.com/pytorch/pytorch/pull/33944 Test Plan: Locally inject obvious errors into the fuser and verify that the updated tests fail when they're supposed to. Differential Revision: D20162320 Pulled By: bertmaher fbshipit-source-id: 4a2f3f2d2ff1d81f23db504dc8cd0d5417bdcc50
Author
Parents
Loading