Handbook
Glossary
ptx-func
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
ptx-func
<
ptx-entry
{
return
maybe{
ptx-variable
}
initial:
f
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
ptx-func
(write-ptx-element)
".func "
write
dup
return>>
[
"("
write
(write-ptx-element)
") "
write
]
when*
write-entry
;
USING:
cuda.ptx
kernel
;
M:
ptx-func
ptx-semicolon?
drop
f
;