Skip to content

Commit

Permalink
bump tinygrad
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Nov 11, 2024
1 parent 6daf2c1 commit 6c43804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinygrad_repo
Submodule tinygrad_repo updated 43 files
+3 −3 .github/workflows/benchmark.yml
+4 −4 docs/abstractions2.py
+1 −2 examples/mlperf/model_train.py
+24 −16 extra/nv_gpu_driver/nv_ioctl.py
+135 −34 extra/qcom_gpu_driver/opencl_ioctl.py
+62 −0 test/external/external_test_hcq_fuzz_failures.py
+3 −3 test/external/external_test_valid_remove.py
+50 −8 test/external/fuzz_linearizer.py
+6 −6 test/test_dtype.py
+64 −64 test/test_linearizer.py
+21 −22 test/test_linearizer_dumb.py
+167 −168 test/test_linearizer_failures.py
+25 −26 test/test_linearizer_overflows.py
+5 −5 test/test_renderer_failures.py
+45 −13 test/test_schedule.py
+9 −9 test/test_search.py
+2 −1 test/test_setitem.py
+31 −32 test/test_uop_graph.py
+20 −20 test/test_uops.py
+3 −3 test/test_uops_stats.py
+6 −6 test/test_viz.py
+37 −11 test/unit/test_simplify_valid_idx.py
+15 −2 test/unit/test_tqdm.py
+3 −3 test/unit/test_uop_symbolic.py
+8 −9 test/unit/test_verify_ast.py
+4 −4 tinygrad/codegen/kernel.py
+21 −21 tinygrad/codegen/uopgraph.py
+5 −6 tinygrad/dtype.py
+33 −38 tinygrad/engine/schedule.py
+8 −6 tinygrad/engine/search.py
+6 −0 tinygrad/helpers.py
+10 −11 tinygrad/ops.py
+18 −23 tinygrad/renderer/cstyle.py
+0 −0 tinygrad/renderer/ptx.py
+28 −10 tinygrad/runtime/ops_amd.py
+1 −1 tinygrad/runtime/ops_cuda.py
+5 −3 tinygrad/runtime/ops_disk.py
+14 −6 tinygrad/runtime/ops_nv.py
+8 −7 tinygrad/runtime/ops_qcom.py
+0 −3 tinygrad/shape/view.py
+0 −9 tinygrad/viz/eslint.config.mjs
+21 −23 tinygrad/viz/index.html
+8 −5 tinygrad/viz/serve.py

0 comments on commit 6c43804

Please sign in to comment.