write-insn ( insn name -- insn )


Vocabulary
cuda.ptx

Definition
USING: accessors io kernel ;

IN: cuda.ptx

: write-insn ( insn name -- insn )
over predicate>> [ "@" write write-ptx-operand bl ] when*
write ;