Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ <h2 id="tinygrad">tinygrad</h2>
example: SQRT, LOG2, ADD, MUL, WHERE, etc...<br/><br/>
<b>ReduceOps</b> operate on one tensor and return a smaller tensor.<br/>
example: SUM, MAX<br/><br/>
<b>MovementOps</b> are virtual ops that operate on one tensor and move the data around<br/>
Copy-free with <a href="https://github.com/tinygrad/tinygrad/blob/master/tinygrad/shape/shapetracker.py">ShapeTracker</a>.<br/>
example: RESHAPE, PERMUTE, EXPAND, etc...<br/>
<b>MovementOps</b> are virtual ops that operate on one tensor and move the data around copy-free.<br/>
example: RESHAPE, PERMUTE, EXPAND, etc...<br/><br/>

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

Expand Down