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