mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| efficientnet | ||
| __init__.py | ||
| Dockerfile | ||
| external_osx_profiling.py | ||
| external_test_gpu_ast.py | ||
| external_test_image.py | ||
| external_test_llvm.py | ||
| external_test_onnx_backend.py | ||
| external_test_opt.py | ||
| external_test_yolo.py | ||
| graph_batchnorm.py | ||
| test_assign.py | ||
| test_conv.py | ||
| test_conv_shapetracker.py | ||
| test_efficientnet.py | ||
| test_gc.py | ||
| test_graph.py | ||
| test_jit.py | ||
| test_mnist.py | ||
| test_net_speed.py | ||
| test_nn.py | ||
| test_onnx.py | ||
| test_ops.py | ||
| test_optim.py | ||
| test_randomness.py | ||
| test_shapetracker.py | ||
| test_speed_v_torch.py | ||
| test_symbolic.py | ||
| test_tensor.py | ||
| test_train.py | ||
| test_utils.py | ||