Searched defs:operations_dispatcher (Results 1 – 3 of 3) sorted by relevance
35 struct operations_dispatcher< thrust::host_vector< T , A > > struct37 typedef thrust_operations operations_type;42 struct operations_dispatcher< thrust::device_vector< T , A > > struct44 typedef thrust_operations operations_type;61 struct operations_dispatcher< thrust::cpp::vector< T , A > > struct63 typedef thrust_operations operations_type;72 struct operations_dispatcher< thrust::omp::vector< T , A > > struct74 typedef thrust_operations operations_type;84 struct operations_dispatcher< thrust::tbb::vector< T , A > > struct86 typedef thrust_operations operations_type;[all …]
32 struct operations_dispatcher< boost::compute::vector< T , A > > struct34 typedef compute_operations operations_type;
33 struct operations_dispatcher : operations_dispatcher_sfinae< StateType > {}; struct