[TEST] only test 4 configs without TF32 (#2370)

This commit is contained in:
Philippe Tillet
2023-09-21 21:23:19 -07:00
committed by GitHub
parent d543eb1a36
commit c71ec14f31
2 changed files with 7 additions and 3 deletions

View File

@@ -100,7 +100,8 @@ jobs:
if: ${{ env.BACKEND == 'CUDA' && env.ENABLE_TMA == '1' && env.ENABLE_MMA_V3 == '1'}}
run: |
cd python/test/unit
python3 -m pytest -n 8 --ignore=runtime --ignore=operators --ignore=language/test_line_info.py
python3 -m pytest -n 8 --ignore=runtime --ignore=operators --ignore=language/test_line_info.py --ignore=language/test_subprocess.py
python3 -m pytest -n 8 language/test_subprocess.py
# run runtime tests serially to avoid race condition with cache handling.
python3 -m pytest runtime/
# run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0