tinygrad/test
qazal a15345a53e
viz/cli: improve --help message (#15546)
* viz/cli: improve --help message

* not the default

* more work

* -s

* respect colored
2026-03-31 22:31:33 +09:00
..
amd viz/cli: improve --help message (#15546) 2026-03-31 22:31:33 +09:00
backend gemm/asm: add fp8 support to cdna asm_gemm (#15542) 2026-03-31 19:32:54 +09:00
device call release() in MetalAllocator._free (#14970) 2026-02-23 23:33:31 +03:00
external DEV is ContextVar, setting Device.DEFAULT is deprecated (#15508) 2026-03-30 17:10:49 -04:00
mockgpu deprecate <dev>=1 in favor of DEV=<dev> (#15467) 2026-03-26 03:48:03 -04:00
models relax atol for test_xlm_roberta_large (#15066) 2026-02-28 11:22:35 -05:00
null improve ReduceMixin.all (#15544) 2026-03-31 07:54:27 -04:00
opt deprecate <dev>=1 in favor of DEV=<dev> (#15467) 2026-03-26 03:48:03 -04:00
speed ops_gpu -> ops_cl (#12103) 2025-09-10 15:15:48 -04:00
testextra fix test_export_model imports (#15389) 2026-03-20 07:27:01 -04:00
unit llm: pairwise ranking topk for MoE expert selection (#15499) 2026-03-31 12:46:39 +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 remove IMAGE=2 (#15312) 2026-03-20 06:26:52 -04: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