-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tinygrad_repo
updated
14 files
+2 −0 | README.md | |
+496 −0 | examples/flux1.py | |
+ − | examples/flux1_seed0.png | |
+0 −1 | examples/openpilot/compile2.py | |
+0 −1 | examples/openpilot/compile3.py | |
+288 −0 | extra/models/t5.py | |
+1 −1 | extra/onnx_ops.py | |
+23 −67 | tinygrad/codegen/kernel.py | |
+1 −2 | tinygrad/engine/schedule.py | |
+10 −1 | tinygrad/renderer/__init__.py | |
+3 −2 | tinygrad/renderer/assembly.py | |
+17 −12 | tinygrad/renderer/cstyle.py | |
+1 −2 | tinygrad/tensor.py | |
+37 −19 | viz/index.html |