CU_FUNC_ATTRIBUTE_MAX? ( object -- ? )


Vocabulary
cuda.ffi

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the CU_FUNC_ATTRIBUTE_MAX class.

Definition
USING: kernel ;

IN: cuda.ffi

: CU_FUNC_ATTRIBUTE_MAX? ( object -- ? )
\ CU_FUNC_ATTRIBUTE_MAX eq? ;