tinygrad/test
George Hotz 7a1d96fd76
No negative (#632)
* behavior is correct without VALIDHACKS

* simple div and mod

* fix tests

* no negative variables

* alt form is correct

* still correct

* bug in mulnode

* at least validhacks works now

* cleanups

* test validhacks, and to_image_idx

* cache compare key

* tests and __neg__
2023-03-03 16:48:14 -08:00
..
external test cleanups 2023-03-03 06:36:06 -08:00
models skip broken bn training test for speed 2023-03-03 06:52:11 -08:00
unit No negative (#632) 2023-03-03 16:48:14 -08:00
__init__.py All devices are equal! (#196) 2020-12-15 23:44:08 -08:00
Dockerfile testdocker 2023-01-09 12:41:52 -08:00
test_assign.py assign buffer reuse (#547) 2023-02-09 11:53:02 -06:00
test_conv.py Fold reduce (#362) 2022-07-19 09:24:02 -07:00
test_conv_shapetracker.py speed like you wouldn't believe (#626) 2023-03-02 07:49:19 -08:00
test_gc.py fix up eye and fix gc test 2023-02-27 06:53:18 -08:00
test_jit.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
test_net_speed.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_nn.py relax atol, merge_view 2023-03-03 07:48:44 -08:00
test_ops.py refactor comparison. there's a bug in the method cache 2023-03-02 10:10:16 -08:00
test_optim.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_randomness.py Add tests for randomness (#621) 2023-03-01 15:39:20 -08:00
test_speed_v_torch.py test cleanups 2023-03-03 06:36:06 -08:00
test_tensor.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00