Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.