Files
tinygrad/test/external
chenyu 9789a83064 hotfix DEBUG in speed_v_theoretical.py conv (#8266)
infinite loop with manual DEBUG set `DEBUG=2 python test/external/speed_v_theoretical.py -k conv`

```
  File "/Users/chenyu/code/tinygrad/tinygrad/helpers.py", line 95, in __ge__
    def __ge__(self, x): return self.value >= x
                                ^^^^^^^^^^^^^^^
  [Previous line repeated 4984 more times]
RecursionError: maximum recursion depth exceeded in comparison
```
2024-12-15 19:44:45 -05:00
..
2024-09-25 17:45:13 +08:00
2023-09-22 07:20:27 +08:00
2024-03-29 19:35:50 -07:00
2024-11-21 10:33:08 +08:00
2024-12-03 17:04:48 +08:00
2023-09-28 18:02:31 -07:00