LICENSE
README.md
setup.py
test/test_assign.py
test/test_conv.py
test/test_conv_shapetracker.py
test/test_copy_speed.py
test/test_custom_function.py
test/test_dtype.py
test/test_dtype_alu.py
test/test_fusion_op.py
test/test_gc.py
test/test_hip_rdna3.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_failures.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_ops.py
test/test_optim.py
test/test_randomness.py
test/test_sample.py
test/test_schedule.py
test/test_search.py
test/test_specific_conv.py
test/test_speed_v_torch.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_to_numpy.py
test/test_uops.py
test/test_winograd.py
test/test_zero_copy.py
tinygrad/__init__.py
tinygrad/device.py
tinygrad/dtype.py
tinygrad/graph.py
tinygrad/helpers.py
tinygrad/jit.py
tinygrad/lazy.py
tinygrad/mlops.py
tinygrad/ops.py
tinygrad/realize.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/kernel.py
tinygrad/codegen/linearizer.py
tinygrad/features/image.py
tinygrad/features/multi.py
tinygrad/features/search.py
tinygrad/nn/__init__.py
tinygrad/nn/optim.py
tinygrad/nn/state.py
tinygrad/renderer/cstyle.py
tinygrad/renderer/llvmir.py
tinygrad/runtime/ops_clang.py
tinygrad/runtime/ops_cpu.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_torch.py
tinygrad/runtime/graph/cuda.py
tinygrad/runtime/graph/hip.py
tinygrad/runtime/graph/metal.py
tinygrad/shape/shapetracker.py
tinygrad/shape/symbolic.py
tinygrad/shape/view.py