mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
GPU llops
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
Getting the core instruction set correct is the value of tinygrad
|
||||
|
||||
|
||||
Max size tensor is 6-D for the pool2d
|
||||
|
||||
Unary Ops
|
||||
===
|
||||
|
||||
These are the simplest to reason about, and have pointwise mem access.
|
||||
A and B are always the same size
|
||||
|
||||
Forward : A -> B
|
||||
Backward (binary): (B', A) -> A'
|
||||
|
||||
|
||||
|
||||
|
||||
Reduce Ops (with axis)
|
||||
===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user