Handbook
Glossary
write-ldst ( insn -- )
Vocabulary
cuda
.
ptx
Inputs
insn
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
;
IN:
cuda.ptx
:
write-ldst
( insn -- )
dup
volatile?>>
[
".volatile"
write
]
when
dup
storage-space>>
(write-ptx-element)
dup
cache-op>>
(write-ptx-element)
write-2op
;