Skip to content

Commit 874758a

Browse files
authored
[Inductor] Enable test_max_autotune.py (#4506)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 7890d66 commit 874758a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/inductor-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ env:
4949
inductor/test_gpu_cpp_wrapper.py
5050
inductor/test_aot_inductor.py
5151
inductor/test_select_algorithm.py
52+
inductor/test_max_autotune.py
5253
# FIXME: enable them later
53-
# inductor/test_max_autotune.py
5454
# inductor/test_compile_subprocess.py
5555
5656
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
inductor/test_gpu_cpp_wrapper.py
9595
inductor/test_aot_inductor.py
9696
inductor/test_select_algorithm.py
97+
inductor/test_max_autotune.py
9798
# FIXME: enable them later
98-
# inductor/test_max_autotune.py
9999
# inductor/test_compile_subprocess.py
100100
runner_label: ${{ inputs.runner_label }}
101101
python_version: "3.9"

0 commit comments

Comments
 (0)