From 185676ba9cc09bb94fc1021d0d8556241acfd77d Mon Sep 17 00:00:00 2001 From: Eitan Turok <150733043+eitanturok@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:29:17 +0200 Subject: [PATCH] remove shapetracker from homepage --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7205e8a..87be2fd 100644 --- a/index.html +++ b/index.html @@ -85,9 +85,8 @@

tinygrad

example: SQRT, LOG2, ADD, MUL, WHERE, etc...

ReduceOps operate on one tensor and return a smaller tensor.
example: SUM, MAX

- MovementOps are virtual ops that operate on one tensor and move the data around
- Copy-free with ShapeTracker.
- example: RESHAPE, PERMUTE, EXPAND, etc...
+ MovementOps are virtual ops that operate on one tensor and move the data around copy-free.
+ example: RESHAPE, PERMUTE, EXPAND, etc...

But how...where are your CONVs and MATMULs? Read the code to solve this mystery.