tinygrad/test
George Hotz 7bc9ebf201 real tests
2026-02-26 16:20:15 +08:00
..
amd sqtt: examples generator changes from inst_discovery (#14961) 2026-02-23 14:42:48 +09:00
backend enable a few WEBGPU isnan tests that work now (#14967) 2026-02-23 11:06:08 -05:00
device call release() in MetalAllocator._free (#14970) 2026-02-23 23:33:31 +03:00
external mi350 hive_reset am repro (#15014) 2026-02-25 21:30:18 +03:00
mockgpu mockam usb (#14916) 2026-02-21 23:05:54 +03:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null start function and add walk rewrite (#14992) 2026-02-25 13:56:27 +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 fa: test for mp (#14907) 2026-02-22 21:47:36 -08:00
unit real tests 2026-02-26 16:20:15 +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