Files
tinygrad/test/unit
chenyu 0d326a48b8 fix LtNode simplification when lhs and rhs contain same variables (#3451)
* fix LtNode simplification when lhs and rhs contain same variables

`(Variable("a", 1, 5) < Variable("a", 1, 5))` should eval to `NumNode(0)`

* fix with less perf impact
2024-02-20 09:06:55 -05:00
..
2023-12-05 16:17:57 -08:00
2024-01-15 14:15:18 -08:00
2023-11-18 11:41:58 -08:00