Handbook
Glossary
cvt
Vocabulary
cuda
.
ptx
Definition
USING:
kernel
;
IN:
cuda.ptx
TUPLE:
cvt
<
ptx-2op-instruction
{
round
maybe{
ptx-rounding-mode
}
initial:
f
}
{
ftz?
boolean
initial:
f
}
{
sat?
boolean
initial:
f
}
{
dest-type
ptx-type
initial:
.s8
}
;
Methods
USING:
accessors
cuda.ptx
kernel
;
M:
cvt
(write-ptx-element)
"cvt"
write-insn
dup
round>>
(write-ptx-element)
dup
write-ftz
dup
write-sat
dup
dest-type>>
(write-ptx-element)
write-2op
;