Files
tinygrad/test
geohot 10274e29b4 schedule: realize custom kernel inputs that don't resolve to a buffer state
lazy const expressions above a custom kernel call have no ranges, so any
REDUCE in that subgraph crashed rangeify's reduce conversion with KeyError.
realize custom kernel srcs that the buffer-state unwrap can't resolve, and
drop the eager-realize workaround from the delta net tests (root cause fixed)
2026-08-05 15:06:43 +00:00
..
2026-08-01 02:18:10 -04:00
2026-08-01 02:18:10 -04:00
2020-12-15 23:44:08 -08: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