cleanup wmma (#12927)

* cleanup wmma

* fix test_ops failures on android
This commit is contained in:
George Hotz
2025-10-26 18:26:47 +08:00
committed by GitHub
parent 0a32ab0006
commit c0c24d3a70
2 changed files with 19 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ repos:
pass_filenames: false
- id: tests
name: subset of tests
entry: env PYTHONPATH="." python3 -m pytest -n=8 test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_assign.py
entry: env OMP_NUM_THREADS=1 PYTHONPATH="." python3 -m pytest -n=8 test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_assign.py
language: system
always_run: true
pass_filenames: false
pass_filenames: false