mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
cf48872d28
commit
adc21c6db2
@ -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__':
|
||||
|
Reference in New Issue
Block a user