ptx-cache-op? ( object -- ? )


Vocabulary
cuda.ptx

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the ptx-cache-op class.

Definition


: 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 ;