mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* more conditions for shift rewrite mul/idiv * make ptx test uint so the new condition is true * delete idiv test * rewrite to 0 is wrong for idiv, as denominator is cast to 0 before division * mul/div by 2**(large count) is unsupported anyway |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| viz | ||
| __init__.py | ||
| device.py | ||
| dtype.py | ||
| gradient.py | ||
| helpers.py | ||
| ops.py | ||
| py.typed | ||
| spec.py | ||
| tensor.py | ||