forked from tinygrad/tinygrad
spec: add getaddr (#16674)
This commit is contained in:
Binary file not shown.
@@ -227,6 +227,7 @@ Ternary & $(P, A, B)$
|
||||
\midrule
|
||||
\op{Barrier} & (deps\ldots) & --- & Synchronize threads within a workgroup. \\
|
||||
\op{Ins} & \ldots & \ldots & A single machine instruction (e.g.\ AMD ISA). \\
|
||||
\op{GetAddr} & (buf, dev) & --- & Lower buf to its address on device dev. \\
|
||||
\op{Special} & (bound,) & name & GPU thread/workgroup index (e.g.\ \texttt{gidx0}, \texttt{lidx1}). \\
|
||||
\op{If} & (gate,) & --- & Begin conditional execution block. \\
|
||||
\op{Endif} & (if,) & --- & End conditional execution block. \\
|
||||
|
||||
Reference in New Issue
Block a user