Handbook
Glossary
prefetch
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
prefetch
<
ptx-instruction
{
a
ptx-operand
initial:
0
}
{
storage-space
maybe{
ptx-storage-space
}
initial:
f
}
{
level
ptx-cache-level
initial:
.L1
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
prefetch
(write-ptx-element)
"prefetch"
write-insn
dup
storage-space>>
(write-ptx-element)
dup
level>>
(write-ptx-element)
bl
a>>
write-ptx-operand
;