DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::NDRangeReduction< reduction::strategy::range_basic > Struct Reference

#include <sycl/reduction.hpp>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 1475 of file reduction.hpp.

Member Function Documentation

◆ run()

template<typename KernelName , int Dims, typename PropertiesT , typename KernelType , typename Reduction >
static void sycl::_V1::detail::NDRangeReduction< reduction::strategy::range_basic >::run ( handler CGH,
std::shared_ptr< detail::queue_impl > &  Queue,
nd_range< Dims >  NDRange,
PropertiesT &  Properties,
Reduction &  Redu,
KernelType &  KernelFunc 
)
inlinestatic

The documentation for this struct was generated from the following file: