Handbook
Glossary
ptx-cache-op? ( object -- ? )
Vocabulary
cuda
.
ptx
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
ptx-cache-op
class.
Definition
USING:
kernel
;
IN:
cuda.ptx
:
ptx-cache-op?
( object -- ? )
dup
.wt?
[
drop
t
]
[
dup
.wb?
[
drop
t
]
[
dup
.cv?
[
drop
t
]
[
dup
.lu?
[
drop
t
]
[
dup
.cs?
[
drop
t
]
[
dup
.cg?
~quotation~ ~quotation~
if
]
if
]
if
]
if
]
if
]
if
;