Files
tinygrad/test
Teddy TennantandGitHub 1c183e6de9 fix elu/celu/selu gradient being nan on large inputs (#17852)
* fix elu/celu/selu gradient being nan on large inputs

* shrink shape for the elu/celu/selu overflow checks

* route selu and celu through elu
2026-08-30 15:12:52 -04:00
..
2026-08-28 15:05:17 -04:00
2026-08-28 11:29:00 +03:00
2026-08-12 13:12:37 -07:00
2026-08-28 15:54:58 -07:00
2026-08-26 14:55:54 -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