calledit

Results 15 issues of calledit

Fixes a problem where only the first 8 colors are used due to invalid caching.

APA steering racks use a different bit to represent whether the ECU should enable steering assist. This change supports those APA steering racks. Tested on a VW MK7 Golf sportsvan....

Test this and see the supposed behavior of: DOMContentLoaded ``` javascript document.addEventListener("DOMContentLoaded", function(){console.log("DOMContentLoaded")}); ``` DOMContentLoaded does not trigger when one goes back in history. According to the instantclick documentation about...

Does not vectorize with normal llvm, but will vectorize on apple llvm.

So I have been thinking about the M1 AMX work in the chonker branch... If we look at pytorch, It uses the apple [accelerate framework(Accelerate.framework)](https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Headers/Accelerate.h). The Accelerate.framework relies on [vecLib.framework](https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vecLib.h)....

partial does not take static methods in older python (my version Python 3.9.13) ``` set, clr = partial(nop_op_imm5, 17, 0), partial(nop_op_imm5, 17, 1) TypeError: the first argument must be callable...

This patch makes it so that constants are not treated as images in the function header.

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...

Some tests to test different variations of subtract and pow.