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.