tinygrad/test
2026-02-20 10:43:32 +08:00
..
amd assembly/amd: move the kernel capture stuff out of helpers (#14881) 2026-02-19 16:28:48 +09:00
backend Merge branch 'master' into prealloc_bufs 2026-02-20 10:06:20 +08:00
device remove CompilerPair (#14638) 2026-02-09 19:51:18 -05:00
external resnet dataloader + more test cleanups (#14899) 2026-02-20 10:05:47 +08:00
mockgpu use relative address for MOCKGPU rdna4 tracing (#14801) 2026-02-16 22:59:46 +03:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null Merge branch 'master' into prealloc_bufs 2026-02-20 10:43:32 +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 gemm multiple is only for cdna4 asm (#14814) 2026-02-17 14:00:02 +09:00
unit Merge branch 'master' into prealloc_bufs 2026-02-20 09:11:44 +08: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 disallow subnormals in emulated test_dtype (#14744) 2026-02-14 00:11:57 -05:00
README move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
test_tiny.py revert test_tiny thing 2026-02-19 20:04:51 +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