Go to the source code of this file.
|
void | sycl::_V1::detail::reduction::finalizeHandler (handler &CGH) |
|
template<class FunctorTy > |
void | sycl::_V1::detail::reduction::withAuxHandler (handler &CGH, FunctorTy Func) |
|
template<int Dims> |
item< Dims, false > | sycl::_V1::detail::reduction::getDelinearizedItem (range< Dims > Range, id< Dims > Id) |
|
template<typename KernelName , reduction::strategy Strategy = reduction::strategy::auto_select, int Dims, typename PropertiesT , typename... RestT> |
void | sycl::_V1::detail::reduction_parallel_for (handler &CGH, range< Dims > NDRange, PropertiesT Properties, RestT... Rest) |
|
template<typename KernelName , reduction::strategy Strategy = reduction::strategy::auto_select, int Dims, typename PropertiesT , typename... RestT> |
void | sycl::_V1::detail::reduction_parallel_for (handler &CGH, nd_range< Dims > NDRange, PropertiesT Properties, RestT... Rest) |
|