tinygrad/test
George Hotz bfcec234a2
Refactor ASTs (#622)
* ugh worst branch name

* compiler refactor continues

* scc -> cloc

* buf -> _buf

* finish _buf, and program -> runtime

* gpu is still working, clang isn't

* clang in new style

* ops_metal

* something broke it

* improve metal

* clean up tons of cl crap

* hack fix sync

* cleaner gpu

* gpu metal clang

* cleanups

* minor refactor

* GPUCodegen

* fix up LLVM

* blind CUDA refactor

* codegen / runtime

* keep ops naming

* linter passes

* woah, llvm was allocing 4x what it needed to

* bugfixes

* fix openpilot compiler

* fix compile_efficientnet

* method cache should fix tests

* deal with duped functions
2023-03-01 18:57:29 -08:00
..
efficientnet add ViT test and car 2022-06-05 17:12:43 -07: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
external_osx_profiling.py add tests to mypy 2023-02-22 07:07:38 -08:00
external_test_gpu_ast.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
external_test_image.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
external_test_llvm.py LLVM Backend take 2 (#403) 2022-10-26 20:32:31 -07:00
external_test_onnx_backend.py all onnx model tests pass 2023-02-27 11:22:45 -08:00
external_test_opt.py conv2d is an hlop (#589) 2023-02-23 17:52:31 -08:00
external_test_yolo.py prevent race condition, external yolo test for now 2023-02-26 17:08:24 -08:00
graph_batchnorm.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -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 Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
test_efficientnet.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
test_gc.py fix up eye and fix gc test 2023-02-27 06:53:18 -08:00
test_graph.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
test_jit.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
test_mnist.py fix tests, test bn evaluate too 2023-02-27 10:39:47 -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 more intuitive output shape from _pool 2023-02-28 11:41:48 -08:00
test_onnx.py fix test_resnet in onnx now that maxpool works 2023-02-23 08:41:47 -08:00
test_ops.py remove mlop (#619) 2023-02-28 17:58:24 -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_shapetracker.py remove mlop (#619) 2023-02-28 17:58:24 -08:00
test_speed_v_torch.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
test_symbolic.py fix test symbolic 2023-02-28 16:37:08 -08:00
test_tensor.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_train.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
test_utils.py prevent race condition, external yolo test for now 2023-02-26 17:08:24 -08:00