mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
spec: add getaddr (#16674)
This commit is contained in:
parent
d7b10c69bc
commit
97c2e7a3d9
2 changed files with 1 additions and 0 deletions
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. \\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue