tinygrad/extra
Diogo 52204a7b88
adding comparison operators (#616)
* 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
2023-03-02 08:10:44 -08:00
..
gemm Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
triton A Triton backend for tinygrad (#470) 2023-02-01 11:53:57 -08:00
augment.py [Fix] fix typo: test_mnist -> datasets (#492) 2023-01-29 21:30:47 -08:00
gradcheck.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
introspection.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
kernel_search.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
lib_test_ast.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
onnx.py fine, openpilot can have 197 kernels 2023-02-27 11:48:36 -08:00
onnx_ops.py adding comparison operators (#616) 2023-03-02 08:10:44 -08:00
thneed.py put restrict back 2023-03-01 21:34:45 -08:00
training.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
utils.py prevent race condition, external yolo test for now 2023-02-26 17:08:24 -08:00