[TESTS] better matmul unit testing (#2098)

This commit is contained in:
Philippe Tillet
2023-08-13 17:54:32 -07:00
committed by GitHub
parent fc667d1f8f
commit facc1dcbac
2 changed files with 27 additions and 29 deletions

View File

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