tinygrad/examples
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
..
yolo Cleanup yolo and remove stateless classes (#604) 2023-02-26 16:55:21 -08:00
benchmark_train_efficientnet.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
compile_efficientnet.py Refactor ASTs (#622) 2023-03-01 18:57:29 -08:00
compile_tensorflow.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
deep_deterministic_policy_gradient.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
efficientnet.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
hlb_cifar10.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
hlb_cifar10_torch.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
mnist_gan.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
serious_mnist.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
stable_diffusion.py Replace phrase for prompt (#555) 2023-02-12 09:04:44 -08:00
train_efficientnet.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
train_resnet.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
transformer.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
vgg7.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
vit.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
yolov3.py fix yolo webcam 2023-02-26 17:24:05 -08:00
yolov8.py yolov8 works up to the MaxPool 2023-02-22 19:32:13 -08:00