tinygrad/test
2026-03-17 15:17:41 +08:00
..
amd call always has tuple (#15297) 2026-03-17 10:58:46 +08:00
backend embedded bwd vocab shard (#15001) 2026-03-16 19:37:16 -07:00
device call release() in MetalAllocator._free (#14970) 2026-02-23 23:33:31 +03:00
external am: reset sdma to start from 0 (#15109) 2026-03-03 18:14:46 +03:00
mockgpu am: flush sdma pipeline (#15184) 2026-03-08 20:27:56 +03:00
models relax atol for test_xlm_roberta_large (#15066) 2026-02-28 11:22:35 -05:00
null m.where(x.pad_to(m.shape), Invalid) ranges shrink (#15275) 2026-03-14 07:26:36 -04: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 viz: asm python dsl syntax highlighting (#15259) 2026-03-14 06:37:43 +09:00
unit Merge branch 'master' into precompile_backward 2026-03-17 15:17:41 +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 allocate generates a call (#14958) 2026-02-23 15:59:20 +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