Handbook
Glossary
ptx-element
Vocabulary
cuda
.
ptx
Definition
USING:
math
strings
;
IN:
cuda.ptx
TUPLE:
ptx-element
{
var
string
initial:
""
}
{
index
integer
initial:
0
}
;
Methods
USING:
accessors
cuda.ptx
io
kernel
math.parser
;
M:
ptx-element
write-ptx-operand
dup
var>>
write
"["
write
index>>
number>string
write
"]"
write
;