check spec in test, cleanup vectorize render (#12484)

This commit is contained in:
George Hotz
2025-10-07 17:05:50 +08:00
committed by GitHub
parent 22674798df
commit 403fdfcfd4
4 changed files with 15 additions and 2 deletions
+2
View File
@@ -267,6 +267,8 @@ jobs:
run: python -c "from tinygrad import Device; assert Device.DEFAULT == 'CPU', Device.DEFAULT"
- name: Run unit tests
run: CPU=1 python -m pytest -n=auto test/unit/ --durations=20
- name: Check SPEC=1
run: SPEC=1 python3 test/test_tiny.py
- name: Run targetted tests on NULL backend
run: NULL=1 python3 -m unittest test.test_multitensor.TestMultiTensor.test_data_parallel_resnet_train_step test/device/test_null.py
# TODO: too slow