Handbook
Glossary
call
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
call
<
ptx-branch-instruction
{
return
maybe{
ptx-operand
}
initial:
f
}
params
;
Methods
USING:
accessors
cuda.ptx
io
kernel
sequences
;
M:
call
(write-ptx-element)
"call"
write-insn
dup
write-uni
bl
dup
return>>
[
"("
write
write-ptx-operand
"), "
write
]
when*
dup
target>>
write
dup
params>>
[
", ("
write
[
", "
write
]
[
write-ptx-operand
]
interleave
")"
write
]
unless-empty
drop
;