tinygrad/test
2026-02-13 17:50:39 +08:00
..
amd amd isel renderer 2026-02-13 17:50:39 +08:00
backend skip test_expand_buffer_before_cast on WEBGPU metal (#14724) 2026-02-13 00:01:05 -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: add cdna emulator (#14721) 2026-02-13 16:06:58 +08:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null clean up test/null/test_indexing.py (#14720) 2026-02-12 22:36:53 -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 remove llvm requirement from amd (#14717) 2026-02-13 10:50:12 +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