mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* [Patch] Removed weird NaN Handling in xlog2 resulting in different output around 1e-203 * Patch: compare the value of xlog(x) using y, allowing x <= 1e-200 * mypy * fuzzer tests for log2 * fix tests: use approximate dbl_min, fp64 fails at nv * update: gradually increment the scale (if y is not inf) |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| __init__.py | ||
| device.py | ||
| dtype.py | ||
| function.py | ||
| helpers.py | ||
| lazy.py | ||
| multi.py | ||
| ops.py | ||
| tensor.py | ||