Handbook
Glossary
atom
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
atom
<
ptx-3op-instruction
{
storage-space
maybe{
ptx-storage-space
}
initial:
f
}
{
op
ptx-op
initial:
.and
}
{
c
maybe{
ptx-operand
}
initial:
f
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
atom
(write-ptx-element)
"atom"
write-insn
dup
storage-space>>
(write-ptx-element)
dup
op>>
(write-ptx-element)
dup
write-3op
c>>
[
", "
write
write-ptx-operand
]
when*
;