Handbook
Glossary
cl-out-of-order-execution? ( command-queue -- ? )
Vocabulary
opencl
Inputs
command-queue
a
cl-queue
Outputs
?
a
boolean
Word description
Returns whether the given command queue allows out of order execution or not.
Definition
USING:
kernel
math
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-out-of-order-execution?
( command-queue -- ? )
CL_QUEUE_PROPERTIES
command-queue-info-ulong
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
bitand
0
=
not
;
inline