We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4448a commit b70d6d5Copy full SHA for b70d6d5
test/run_test.py
@@ -624,7 +624,7 @@ def print_to_file(s):
624
if not (
625
IS_MACOS
626
and len(command) >= 2
627
- and command[2] == "inductor/test_torchinductor_opinfo.py"
+ and command[2].startswith(INDUCTOR_TEST_PREFIX)
628
):
629
env = env or {}
630
env["TORCH_SHOW_CPP_STACKTRACES"] = "1"
0 commit comments