tinygrad/test
George Hotz d3adb8428e
Revert "hotfix: skip test/amd in macpytest" (#14704)
* Revert "hotfix: skip test/amd in macpytest"

This reverts commit b7dade2adf.

* no llvm subprocess

* simpler

* sys.exec

* cleanup

* process safe

* diag

* arm ftz support

* 5 sec

* this one
2026-02-13 08:00:24 +08:00
..
amd Revert "hotfix: skip test/amd in macpytest" (#14704) 2026-02-13 08:00:24 +08:00
backend fix WEBGPU isnan check (#14711) 2026-02-12 17:01:18 -05:00
device remove CompilerPair (#14638) 2026-02-09 19:51:18 -05:00
external renderer/amd: move in tree (#14702) 2026-02-12 18:09:16 +08:00
mockgpu renderer/amd: move in tree (#14702) 2026-02-12 18:09:16 +08:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null update test_uops_stats for setitem (#14710) 2026-02-12 12:26:13 -05:00
opt move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
speed ops_gpu -> ops_cl (#12103) 2025-09-10 15:15:48 -04:00
testextra renderer/amd: move in tree (#14702) 2026-02-12 18:09:16 +08:00
unit fix getitem tensor indexing detection (#14712) 2026-02-12 16:04:37 -05:00
web remove stale / untested viz related files (#13785) 2025-12-21 16:42:48 +08:00
__init__.py All devices are equal! (#196) 2020-12-15 23:44:08 -08:00
helpers.py move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
README move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
test_tiny.py beautiful SQTT_PARSE=1 with color (#13428) 2025-11-23 01:05:14 -08:00

Three groups of tests run in CI

backend -- tests that run on each backend
null -- tests that don't require any backend
unit -- tests that only run on a single backend in CI