Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ queue()

cl::CommandQueue & stan::math::opencl_context::queue ( )
inlinenoexcept

Returns the reference to the active OpenCL command queue for the device.

One command queue will exist per device where kernels are placed on the command queue and by default executed in order.

Definition at line 363 of file opencl_context.hpp.