Handbook
Glossary
write-2op ( insn -- )
Vocabulary
cuda
.
ptx
Inputs
insn
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
;
IN:
cuda.ptx
:
write-2op
( insn -- )
dup
type>>
(write-ptx-element)
bl
dup
dest>>
write-ptx-operand
", "
write
dup
a>>
write-ptx-operand
drop
;