CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | Static Public Attributes | List of all members
cutlass::reference::host::detail::TensorForEachHelper< Func, Rank, RankRemaining > Struct Template Reference

Helper to perform for-each operation.

#include <tensor_foreach.h>

Public Member Functions

 TensorForEachHelper (Func &func, Coord< Rank > const &extent, Coord< Rank > &coord)
 Constructor for general rank. More...
 

Static Public Attributes

static int const kActiveRank = Rank - RankRemaining - 1
 Index of the active rank. More...
 

Constructor & Destructor Documentation

template<typename Func , int Rank, int RankRemaining>
cutlass::reference::host::detail::TensorForEachHelper< Func, Rank, RankRemaining >::TensorForEachHelper ( Func &  func,
Coord< Rank > const &  extent,
Coord< Rank > &  coord 
)
inline

Member Data Documentation

template<typename Func , int Rank, int RankRemaining>
int const cutlass::reference::host::detail::TensorForEachHelper< Func, Rank, RankRemaining >::kActiveRank = Rank - RankRemaining - 1
static

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