mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-22 21:38:10 -05:00
* Less, LessOrEqual, Greater, GreaterOrEqual, Equal * lint fix * using built in functions * overriding __eq__ breaks things * backwards pass for less - foward only tests * one other spot * removing backwards for comparison ops to match pytorch * raise runtime error * more tests for comparison ops * fixed the lineup * added number upcast tests