tinygrad/test
qazal bbfe4f80ec
quantize_fp8 kernels in uops (#16288)
* add tests

* simple UOp kernel is n^2

* fast kernel matching c++, opts_to_apply=()

* remove cpp

* simple o(n) kernel, two passes

* fuse the loops

* works on DEV=CPU

* multi regression test

* fix multi, this can possibly be its own bugfix

* test cleanups

* minimal diff

* match C in UOps

* Revert "match C in UOps"

This reverts commit 0bef740c30.

* edit test

* match speed with C try 2

* needs_second_gpu

* cleanup
2026-05-22 20:54:06 +09:00
..
amd PYTHONREMU: V_CVT_PK_BF8_F32 saturation (#16268) 2026-05-19 19:29:59 -04:00
backend quantize_fp8 kernels in uops (#16288) 2026-05-22 20:54:06 +09:00
device metal: arch is GPU family (#16223) 2026-05-15 21:22:48 -04:00
external remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -04:00
mockgpu PYTHONREMU: V_CVT_PK_BF8_F32 saturation (#16268) 2026-05-19 19:29:59 -04:00
models remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -04:00
null more unique const removal prerequisite (#16328) 2026-05-21 23:51:40 -04:00
opt move is_dtype_supported to renderer (#16226) 2026-05-20 21:19:37 -04:00
speed remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -04:00
testextra remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -04:00
unit more unique const removal prerequisite (#16328) 2026-05-21 23:51:40 -04: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 remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -04:00
README move tests to test/backend (#14691) 2026-02-12 11:09:44 +08:00
test_tiny.py remove getenv(CI) from core tinygrad (#16326) 2026-05-21 22:20:33 -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