tinygrad/test
George Hotz c331798201
move tests to test/backend (#14691)
* move tests to test/backend

* fix imports

* fix CI

* revert that one

* Fix formatting in README for test command
2026-02-12 11:09:44 +08:00
..
backend move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
device remove CompilerPair (#14638) 2026-02-09 19:51:18 -05:00
external move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
mockgpu mockgpu: hevc (#14606) 2026-02-07 12:27:55 +03:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null move tests to test/backend (#14691) 2026-02-12 11:09:44 +08: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 llama: add new asm gemm shape (#14611) 2026-02-10 00:34:29 +09:00
unit recursive resolve assign dependency (#14688) 2026-02-11 17:41:05 -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