tinygrad icon indicating copy to clipboard operation
tinygrad copied to clipboard

Neg operator

Open calledit opened this issue 1 year ago • 1 comments

The neg operator is converted to a sub at tinygrad/tensor.py:263 Now, that neg is a hardware supported llop. It seams strange to convert every use of neg to sub on the higher abstraction layer.

What is the intent?

calledit avatar Nov 15 '22 09:11 calledit