8000 Add test_ops to runner · pytorch/pytorch@cec0350 · GitHub
[go: up one dir, main page]

Skip to content

Commit cec0350

Browse files
committed
Add test_ops to runner
1 parent 9f79ad8 commit cec0350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,7 @@ def get_selected_tests(options) -> List[str]:
17831783
"test_view_ops",
17841784
"test_nn",
17851785
"inductor/test_mps_basic",
1786+
"test_ops",
17861787
]
17871788
else:
17881789
# Exclude all mps tests otherwise

0 commit comments

Comments
 (0)
0