tinygrad/test
qazal 6dc7ea58fd
make flash attention tests run on DEV=NULL EMULATE=AMD_CDNA4 (#14742)
* make flash attention tests run on DEV=NULL EMULATE=AMD_CDNA4

* no if CI, this is just the arch
2026-02-14 12:24:37 +09:00
..
amd move amd emulator out of tree (#14740) 2026-02-14 10:32:00 +08:00
backend more setitem into unrealized tests (#14737) 2026-02-13 20:28:51 -05:00
device remove CompilerPair (#14638) 2026-02-09 19:51:18 -05:00
external external_test_hive_reset (#14729) 2026-02-13 19:08:36 +03:00
mockgpu move amd emulator out of tree (#14740) 2026-02-14 10:32:00 +08:00
models add a waitlist for graph rewrite (#14678) 2026-02-11 09:30:13 +08:00
null BUG: metadata is lost with partial assign (#14732) 2026-02-13 21:35:21 +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 make flash attention tests run on DEV=NULL EMULATE=AMD_CDNA4 (#14742) 2026-02-14 12:24:37 +09: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