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
This commit is contained in:
Nikolay Korovaiko
2020-10-05 11:41:12 -07:00
committed by Facebook GitHub Bot
parent cf48872d28
commit adc21c6db2
10 changed files with 23 additions and 30 deletions

View File

@ -1,5 +1,5 @@
import sys
sys.argv.append("--ge_config=profiling")
sys.argv.append("--jit_executor=profiling")
from test_jit import *
if __name__ == '__main__':