LICENSE
README.md
setup.py
test/test_arange.py
test/test_assign.py
test/test_const_folding.py
test/test_conv.py
test/test_conv_shapetracker.py
test/test_copy_speed.py
test/test_custom_function.py
test/test_device_speed.py
test/test_dtype.py
test/test_dtype_alu.py
test/test_fusion_op.py
test/test_fuzz_shape_ops.py
test/test_gc.py
test/test_graph.py
test/test_hcq.py
test/test_image_dtype.py
test/test_jit.py
test/test_kernel_cache.py
test/test_lazybuffer.py
test/test_lazyop.py
test/test_linearizer.py
test/test_linearizer_dumb.py
test/test_linearizer_failures.py
test/test_linearizer_overflows.py
test/test_masked_st.py
test/test_method_cache.py
test/test_multitensor.py
test/test_net_speed.py
test/test_nn.py
test/test_ocl.py
test/test_ops.py
test/test_optim.py
test/test_pattern_matcher.py
test/test_pickle.py
test/test_profiler.py
test/test_randomness.py
test/test_renderer_failures.py
test/test_sample.py
test/test_schedule.py
test/test_search.py
test/test_setitem.py
test/test_specific_conv.py
test/test_speed_v_torch.py
test/test_subbuffer.py
test/test_symbolic_jit.py
test/test_symbolic_ops.py
test/test_symbolic_shapetracker.py
test/test_tensor.py
test/test_tensor_data.py
test/test_tensor_variable.py
test/test_to_numpy.py
test/test_transcendental.py
test/test_uop_graph.py
test/test_uops.py
test/test_uops_stats.py
test/test_verify_lazyop.py
test/test_winograd.py
test/test_zero_copy.py
tinygrad/__init__.py
tinygrad/device.py
tinygrad/dtype.py
tinygrad/function.py
tinygrad/helpers.py
tinygrad/lazy.py
tinygrad/multi.py
tinygrad/ops.py
tinygrad/tensor.py
tinygrad.egg-info/PKG-INFO
tinygrad.egg-info/SOURCES.txt
tinygrad.egg-info/dependency_links.txt
tinygrad.egg-info/requires.txt
tinygrad.egg-info/top_level.txt
tinygrad/codegen/__init__.py
tinygrad/codegen/kernel.py
tinygrad/codegen/lowerer.py
tinygrad/codegen/transcendental.py
tinygrad/codegen/uopgraph.py
tinygrad/codegen/uops.py
tinygrad/engine/__init__.py
tinygrad/engine/graph.py
tinygrad/engine/jit.py
tinygrad/engine/realize.py
tinygrad/engine/schedule.py
tinygrad/engine/search.py
tinygrad/nn/__init__.py
tinygrad/nn/datasets.py
tinygrad/nn/optim.py
tinygrad/nn/state.py
tinygrad/renderer/__init__.py
tinygrad/renderer/assembly.py
tinygrad/renderer/cstyle.py
tinygrad/renderer/llvmir.py
tinygrad/runtime/__init__.py
tinygrad/runtime/ops_amd.py
tinygrad/runtime/ops_clang.py
tinygrad/runtime/ops_cuda.py
tinygrad/runtime/ops_disk.py
tinygrad/runtime/ops_gpu.py
tinygrad/runtime/ops_hip.py
tinygrad/runtime/ops_llvm.py
tinygrad/runtime/ops_metal.py
tinygrad/runtime/ops_npy.py
tinygrad/runtime/ops_nv.py
tinygrad/runtime/ops_python.py
tinygrad/runtime/autogen/amd_gpu.py
tinygrad/runtime/autogen/comgr.py
tinygrad/runtime/autogen/cuda.py
tinygrad/runtime/autogen/hip.py
tinygrad/runtime/autogen/hsa.py
tinygrad/runtime/autogen/io_uring.py
tinygrad/runtime/autogen/kfd.py
tinygrad/runtime/autogen/libc.py
tinygrad/runtime/autogen/nv_gpu.py
tinygrad/runtime/autogen/nvrtc.py
tinygrad/runtime/autogen/opencl.py
tinygrad/runtime/graph/__init__.py
tinygrad/runtime/graph/clang.py
tinygrad/runtime/graph/cuda.py
tinygrad/runtime/graph/hcq.py
tinygrad/runtime/graph/metal.py
tinygrad/runtime/support/__init__.py
tinygrad/runtime/support/compiler_cuda.py
tinygrad/runtime/support/compiler_hip.py
tinygrad/runtime/support/elf.py
tinygrad/shape/__init__.py
tinygrad/shape/shapetracker.py
tinygrad/shape/symbolic.py
tinygrad/shape/view.py