Handbook
Glossary
ptx-prmt-mode? ( object -- ? )
Vocabulary
cuda
.
ptx
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
ptx-prmt-mode
class.
Definition
USING:
kernel
;
IN:
cuda.ptx
:
ptx-prmt-mode?
( object -- ? )
dup
.rc16?
[
drop
t
]
[
dup
.ecr?
[
drop
t
]
[
dup
.ecl?
[
drop
t
]
[
dup
.rc8?
[
drop
t
]
[
dup
.b4e?
[
drop
t
]
[
.f4e?
]
if
]
if
]
if
]
if
]
if
;