#include <sycl/reduction.hpp>
|
template<typename KernelName , int Dims, typename PropertiesT , typename KernelType , typename Reduction > |
static void | run (handler &CGH, std::shared_ptr< detail::queue_impl > &Queue, nd_range< Dims > NDRange, PropertiesT &Properties, Reduction &Redu, KernelType &KernelFunc) |
|
template<typename KernelName , int Dims, typename PropertiesT , typename... RestT> |
static void | run (handler &CGH, std::shared_ptr< detail::queue_impl > &Queue, nd_range< Dims > NDRange, PropertiesT &Properties, RestT... Rest) |
|
Definition at line 2380 of file reduction.hpp.
◆ Impl
template<reduction::strategy Strategy>
◆ Strat
◆ run() [1/2]
template<typename KernelName , int Dims, typename PropertiesT , typename KernelType , typename Reduction >
◆ run() [2/2]
template<typename KernelName , int Dims, typename PropertiesT , typename... RestT>
The documentation for this struct was generated from the following file: