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

◆ assign_event() [1/3]

template<typename T , require_not_matrix_cl_t< T > * = nullptr>
void stan::math::opencl_kernels::internal::assign_event ( const cl::Event &  e,
const T &   
)
inline

Assigns the event to a matrix_cl.

Template Parameters
TThe type to be assigned, if not a matrix_cl this function will do nothing.
KThe type of the matrix_cl.
Parameters
eThe event to be assigned.

Definition at line 58 of file kernel_cl.hpp.