mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-23 13:58:00 -05:00
* UOp pattern x + x -> x * 2 now there's no NEG, with this it covers all kinds of a*x+b*x * can remove x-x
* UOp pattern x + x -> x * 2 now there's no NEG, with this it covers all kinds of a*x+b*x * can remove x-x