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

◆ get_unique_matrix_accesses()

void stan::math::operation_cl< opencl_code_impl< Code, T_arguments... > , double , Args >::get_unique_matrix_accesses ( std::vector< int > &  uids,
std::unordered_map< const void *, int > &  id_map,
int &  next_id 
) const
inlineinherited

Collects data that is needed beside types to uniqly identify a kernel generator expression.

Parameters
[out]uidsids of unique matrix accesses
[in,out]id_mapmap from memory addresses to unique ids
[in,out]next_idneqt unique id to use

Definition at line 456 of file operation_cl.hpp.