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 94fed44 commit 4d02037Copy full SHA for 4d02037
test/run_test.py
@@ -274,6 +274,12 @@ def skip_test_p(name: str) -> bool:
274
"test_jit_legacy",
275
"test_cuda_nvml_based_avail",
276
"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",
283
]
284
285
# The tests inside these files should never be run in parallel with each other
0 commit comments