mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
This reverts commit ac7b4e7fe4d233dcd7f6343d42b4fa3d64bce548. Reverted https://github.com/pytorch/pytorch/pull/156703 on behalf of https://github.com/clee2000 due to failing internally D80206253, see above comment for details ([comment](https://github.com/pytorch/pytorch/pull/156703#issuecomment-3362156908))
9 lines
168 B
Python
9 lines
168 B
Python
# Owner(s): ["oncall: jit"]
|
|
|
|
import sys
|
|
sys.argv.append("--jit-executor=legacy")
|
|
from test_jit_fuser import * # noqa: F403
|
|
|
|
if __name__ == '__main__':
|
|
run_tests()
|