blob: 5fb012ad4037105747b764703c63fd0c855f0336 [file] [log] [blame]
# Owner(s): ["oncall: jit"]
import sys
sys.argv.append("--jit_executor=legacy")
from test_jit_fuser import * # noqa: F403
if __name__ == '__main__':
run_tests()