Files
pytorch/test/test_jit_fuser_legacy.py
Nikolay Korovaiko adc21c6db2 Rename jobs and cli switches for testing GraphExecutor configurations to something a little bit more sensical. (#45715)
Summary:
Rename jobs for testing GraphExecutor configurations to something a little bit more sensical.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45715

Reviewed By: ezyang, anjali411

Differential Revision: D24114344

Pulled By: Krovatkin

fbshipit-source-id: 89e5f54aaebd88f8c5878e060e983c6f1f41b9bb
2020-10-05 11:43:28 -07:00

7 lines
125 B
Python

import sys
sys.argv.append("--jit_executor=legacy")
from test_jit_fuser import *
if __name__ == '__main__':
run_tests()