mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-14 08:35:17 -05:00
`where(self, 0)` incorrectly upcasted the output. `where(self, False)` is correct but looks unnatural, so added a cast at the end. Pattern matcher can fold the cast into where branches
95 KiB
95 KiB