Inline barrier (#2255)

* put barrier inline for locals

* fix pre-commit on m3

* gate if through barrier
This commit is contained in:
George Hotz
2023-11-10 08:17:10 -08:00
committed by GitHub
parent 75f6e9ab54
commit c0f447d6f7
5 changed files with 20 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ repos:
pass_filenames: false
- id: tests
name: subset of (CPU) tests
entry: env CPU=1 pytest test/unit/ test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_custom_function.py test/test_assign.py test/test_symbolic_shapetracker.py
entry: env PYTHONPATH="." CPU=1 pytest test/unit/ test/test_ops.py test/test_dtype.py test/test_schedule.py test/test_custom_function.py test/test_assign.py test/test_symbolic_shapetracker.py
language: system
always_run: true
pass_filenames: false