Handbook
Glossary
.const
Vocabulary
cuda
.
ptx
Definition
USING:
math
;
IN:
cuda.ptx
TUPLE:
.const
{
bank
maybe{
integer
}
initial:
f
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
math.parser
;
M:
.const
(write-ptx-element)
".const"
write
bank>>
[
"["
write
number>string
write
"]"
write
]
when*
;