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

◆ get_kernel_args() [1/2]

template<typename T , require_not_matrix_cl_t< T > * = nullptr>
const T & stan::math::opencl_kernels::internal::get_kernel_args ( const T &  t)
inline

Extracts the kernel's arguments, used in the global and local kernel constructor.

Template Parameters
Forthis general template the function will return back the value passed in.
Parameters
tThe type that will be returned.
Returns
the input t.

Definition at line 34 of file kernel_cl.hpp.