Handbook
Glossary
bar.red
Vocabulary
cuda
.
ptx
Definition
IN:
cuda.ptx
TUPLE:
bar.red
<
ptx-2op-instruction
{
op
ptx-op
initial:
.and
}
{
b
maybe{
ptx-operand
}
initial:
f
}
{
c
ptx-operand
initial:
0
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
;
M:
bar.red
(write-ptx-element)
"bar.red"
write-insn
dup
op>>
(write-ptx-element)
dup
write-2op
dup
b>>
[
", "
write
write-ptx-operand
]
when*
", "
write
c>>
write-ptx-operand
;