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

◆ operator()() [1/2]

template<typename... Args>
template<typename... CallArgs>
auto stan::math::opencl_kernels::kernel_cl< Args >::operator() ( cl::NDRange  global_thread_size,
CallArgs &&...  args 
) const
inline

Executes a kernel.

Template Parameters
CallArgsThe types of the callee arguments.
ArgsParameter pack of all kernel argument types.
Parameters
global_thread_sizeThe global work size.
argsThe arguments to pass to the kernel.
Returns
An Opencl event.

Definition at line 202 of file kernel_cl.hpp.