Skip to content

Commit 3d70078

Browse files
authored
Update PyTorch inductor test suite with inductor/test_select_algorithm.py (#4224)
Motivation: to avoid regressions, as already happened in: #4186 --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 5cb786d commit 3d70078

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/inductor-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
inductor/test_triton_kernels.py
2121
inductor/test_gpu_cpp_wrapper.py
2222
inductor/test_aot_inductor.py
23+
inductor/test_select_algorithm.py
24+
# FIXME: enable them later
25+
# inductor/test_max_autotune.py
26+
# inductor/test_compile_subprocess.py
2327
runner_label:
2428
description: Runner label, keep empty for default
2529
type: string

0 commit comments

Comments
 (0)