mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-13 08:28:55 +08:00
* Make UOp a normal class and use __slots__
* Use __slots__ in UPat
* Cache dtypes.{min,max}
* Use faster iterables in ops.py
* extend is a lot faster than nested listcomp
Co-authored-by: Roelof van Dijk <3604013+roelofvandijk@users.noreply.github.com>
---------
Co-authored-by: Roelof van Dijk <3604013+roelofvandijk@users.noreply.github.com>