tinygrad/test
chenyu 86352988d8
update test_uops_stats for setitem (#14710)
realize both full tensor and the slice should not add to global_mem
2026-02-12 12:26:13 -05:00
..
amd skip AMD on not AMD (#14703) 2026-02-12 18:56:54 +08:00
backend jit: fix raw in same kernel (#14699) 2026-02-12 15:33:32 +03: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 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