DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::NDLoopIterateImpl< NDims, Dim, LoopBoundTy, FuncTy, LoopIndexTy > Struct Template Reference

Helper class for the NDLoop. More...

#include <sycl/detail/common.hpp>

Public Member Functions

 NDLoopIterateImpl (const LoopIndexTy< NDims > &LowerBound, const LoopBoundTy< NDims > &Stride, const LoopBoundTy< NDims > &UpperBound, FuncTy f, LoopIndexTy< NDims > &Index)
 

Detailed Description

template<int NDims, int Dim, template< int > class LoopBoundTy, typename FuncTy, template< int > class LoopIndexTy>
struct sycl::_V1::detail::NDLoopIterateImpl< NDims, Dim, LoopBoundTy, FuncTy, LoopIndexTy >

Helper class for the NDLoop.

Definition at line 280 of file common.hpp.

Constructor & Destructor Documentation

◆ NDLoopIterateImpl()

template<int NDims, int Dim, template< int > class LoopBoundTy, typename FuncTy , template< int > class LoopIndexTy>
sycl::_V1::detail::NDLoopIterateImpl< NDims, Dim, LoopBoundTy, FuncTy, LoopIndexTy >::NDLoopIterateImpl ( const LoopIndexTy< NDims > &  LowerBound,
const LoopBoundTy< NDims > &  Stride,
const LoopBoundTy< NDims > &  UpperBound,
FuncTy  f,
LoopIndexTy< NDims > &  Index 
)
inline

Definition at line 281 of file common.hpp.


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