cl-out-of-order-execution? ( command-queue -- ? )


Vocabulary
opencl

Inputs
command-queuea cl-queue


Outputs
?a boolean


Word description
Returns whether the given command queue allows out of order execution or not.

Definition