Files
tinygrad/test
geohot cd2aaccb25 symbolic-length prefill with the custom kernels
the prefill path is fully symbolic again (master's generate, one prefill graph
for every chunk size, no static-tail decode): padded steps are exact no-ops in
the scan (beta=0, alpha=exp(0)=1), flash attention positions queries at
start_pos instead of valid_kv_len-M, and quant linears pad to the chunk bucket

prefill 401 tok: 284 -> 348 tok/s on Qwen3.8-27B IQ4_XS (tail chunks no longer
decode token-by-token), decode unchanged at 45 tok/s
2026-08-23 10:03:43 -07:00
..
2026-08-20 13:42:48 +03:00
2026-08-12 13:12:37 -07:00
2026-08-21 21:50:29 -04:00
2026-08-10 13:33:49 +03:00
2020-12-15 23:44:08 -08:00
2026-08-17 16:08:19 +03:00
2026-02-12 11:09:44 +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