mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* working exec ast * exec_ast is staticmethod * GenericExecAST * fold that sometimes * ExplicitExecAST * exec_ast for GPU * gpu working * get_lazyop_shape * now gpubuffer is ExplicitExecAST * dedup * add a type * RESHAPE in opencl code * fix linter * that too for linter * cleanups * remove dead code * GenericShape is less lines * add ALLOWED_KERNEL_COUNT to tests * fix mypy * that's gotta be recursive * fix opencl shape processing * remove unneeded lambda |
||
|---|---|---|
| .. | ||
| efficientnet | ||
| __init__.py | ||
| external_test_llvm.py | ||
| external_test_opt.py | ||
| graph_batchnorm.py | ||
| test_cl_tiler.py | ||
| test_conv.py | ||
| test_efficientnet.py | ||
| test_gc.py | ||
| test_mnist.py | ||
| test_net_speed.py | ||
| test_nn.py | ||
| test_onnx.py | ||
| test_ops.py | ||
| test_optim.py | ||
| test_shapetracker.py | ||
| test_speed_v_torch.py | ||
| test_tensor.py | ||
| test_train.py | ||