Skip to content

Commit 20df7e7

Browse files
authored
Sync test suite between try-latest-pytorch.yml and inductor-tests.yml (#4386)
1 parent 3d70078 commit 20df7e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/try-latest-pytorch.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,18 @@ jobs:
8585
with:
8686
pytorch_ref: ${{ needs.prepare.outputs.pytorch-commit-id }}
8787
suite: >-
88+
inductor/test_kernel_benchmark.py
8889
inductor/test_codegen_triton.py
8990
inductor/test_triton_extension_backend.py
9091
inductor/test_triton_heuristics.py
9192
inductor/test_triton_wrapper.py
9293
inductor/test_triton_kernels.py
94+
inductor/test_gpu_cpp_wrapper.py
95+
inductor/test_aot_inductor.py
96+
inductor/test_select_algorithm.py
97+
# FIXME: enable them later
98+
# inductor/test_max_autotune.py
99+
# inductor/test_compile_subprocess.py
93100
runner_label: ${{ inputs.runner_label }}
94101
python_version: "3.9"
95102

0 commit comments

Comments
 (0)