[][src]Module dynamic_ocl::queue

Command queues

In OpenCL, command queues are used to perform operations that involve state, like interacting with buffers and executing kernels.

Structs

BufferCmd

A partially built command to interact with a buffer

KernelCmd

A partially built command to execute a kernel

Queue

An OpenCL command queue

QueueBuilder

A partially built command queue

QueueProperties

Special command queue properties

Traits

WorkDims

A trait implemented for types which can be used to specify kernel work sizes/offsets