Skip to content

Commit 58c3104

Browse files
committed
[Inductor][UT] Improve the default testing scope
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent bcefe4e commit 58c3104

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/inductor-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ env:
5252
inductor/test_select_algorithm.py
5353
inductor/test_max_autotune.py
5454
inductor/test_compile_subprocess.py
55+
inductor/test_analysis.py
56+
inductor/test_torchinductor_opinfo.py
5557
5658
jobs:
5759
compute-params:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
inductor/test_select_algorithm.py
9797
inductor/test_max_autotune.py
9898
inductor/test_compile_subprocess.py
99+
inductor/test_analysis.py
100+
inductor/test_torchinductor_opinfo.py
99101
runner_label: ${{ inputs.runner_label }}
100102
python_version: "3.10"
101103

0 commit comments

Comments
 (0)