with-cl-state ( context/f device/f queue/f quot -- )
OpenCL

Prev:<cl-queue> ( context device out-of-order? profiling? -- command-queue )
Next:<cl-buffer> ( buffer-access-mode size initial-data -- buffer )


Vocabulary
opencl

Inputs
context/fa cl-context or f
device/fa cl-device or f
queue/fa cl-queue or f
quota quotation


Outputs
None

Word description
Run the specified quotation with the given context, device and command queue. False arguments are not bound.

Definition