Skip to content

Commit 4d02037

Browse files
committed
Skip all inductor related UT
- Triton not supported in rocm5.5_internal_testing branch
1 parent 94fed44 commit 4d02037

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/run_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@ def skip_test_p(name: str) -> bool:
274274
"test_jit_legacy",
275275
"test_cuda_nvml_based_avail",
276276
"test_jit_cuda_fuser", # Skipped until NVFuser enabled - https://ontrack-internal.amd.com/browse/SWDEV-361875
277+
"inductor/test_minifier", #inductor is supported in ROCm pytorch 2.x onwards
278+
"inductor/test_perf",
279+
"inductor/test_select_algorithm",
280+
"inductor/test_smoke",
281+
"inductor/test_torchinductor",
282+
"inductor/test_torchinductor_opinfo",
277283
]
278284

279285
# The tests inside these files should never be run in parallel with each other

0 commit comments

Comments
 (0)