Handbook
Glossary
write-ptx ( ptx -- )
Vocabulary
cuda
.
ptx
Inputs
ptx
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
sequences
;
IN:
cuda.ptx
:
write-ptx
( ptx -- )
"\t.version "
write
dup
version>>
print
dup
target>>
write-ptx-element
body>>
[
write-ptx-element
]
each
;