mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/29230 Differential Revision: D18402229 Pulled By: Krovatkin fbshipit-source-id: 62f4bc9bc89c0c7369359bba1359c22a2fa80f46
7 lines
122 B
Python
7 lines
122 B
Python
import sys
|
|
sys.argv.append("--ge_config=legacy")
|
|
from test_jit_fuser import *
|
|
|
|
if __name__ == '__main__':
|
|
run_tests()
|