tinygrad
                                
                                 tinygrad copied to clipboard
                                
                                    tinygrad copied to clipboard
                            
                            
                            
                        Neg operator
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?
The constant folder should deal with this, then it's one less op. But I'm fine with adding it, it might make optimization easier, will merge PR.
Constant folder is fine