Files
tinygrad/tinygrad
chenyuandGitHub fae08c4d48 fix Tensor.triu / Tensor.triu with boolean input (#4941)
`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
2024-06-12 20:16:13 -04:00
..
2024-06-09 11:33:03 +03:00
2024-06-12 09:18:32 +02:00
2024-06-10 18:20:38 +02:00
2024-04-25 16:08:32 +08:00
2024-06-09 11:33:03 +03:00
2024-05-06 07:41:25 -07:00
2024-06-09 23:46:03 +02:00
2024-06-08 08:16:38 -04:00