mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/167669 Approved by: https://github.com/malfet, https://github.com/atalman ghstack dependencies: #167382, #167383, #167384, #167387, #167396
10 lines
204 B
Python
10 lines
204 B
Python
# Owner(s): ["oncall: jit"]
|
|
|
|
import sys
|
|
sys.argv.append("--jit-executor=profiling")
|
|
from test_jit import * # noqa: F403
|
|
|
|
if __name__ == '__main__':
|
|
if sys.version_info < (3, 14):
|
|
run_tests()
|