mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* add consistent typing for python 3.10 in tensor.py * pull * Tensor.copysign (#9329) * fast amd gemm (#9318) * 50 TFLOP AMD gemm * add lds tiling * register tiling * flip locals * work * comment * remove those * fix Tensor.view with a tuple arg (#9330) * reorder binops (#9328) * reorder binops * test improvements + fix string tests * ugh, okay this * Make const moving not depend on the order (#9245) Since floats are not being flipped anymore this should help with const folding for floats * use empty for test instead of rand (#9332) * linter --------- Co-authored-by: chenyu <chenyu@fastmail.com> Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com> Co-authored-by: Sieds Lykles <93992551+S-Lykles@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| frontend | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| viz | ||
| __init__.py | ||
| device.py | ||
| dtype.py | ||
| gradient.py | ||
| helpers.py | ||
| ops.py | ||
| py.typed | ||
| spec.py | ||
| tensor.py | ||