Handbook
Glossary
cuda-abi? ( object -- ? )
Vocabulary
cuda
.
libraries
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
cuda-abi
class.
Definition
USING:
kernel
;
IN:
cuda.libraries
:
cuda-abi?
( object -- ? )
dup
cuda64?
[
drop
t
]
[
cuda32?
]
if
;