CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Static Public Attributes | List of all members
cutlass::transform::threadblock::RegularTileIterator< Shape_, Element_, layout::VoltaTensorOpMultiplicandBCongruous< sizeof_bits< Element_ >::value >, AdvanceRank, ThreadMap_, Alignment >::Detail Struct Reference

Internal details made public to facilitate introspection.

#include <regular_tile_iterator_tensor_op_sm70.h>

Static Public Attributes

static int const kAccessSizeInBits = 128
 This iterator is specialized for an access size that is 128 bits in length. More...
 
static int const kPointerCount = (ThreadMap::Iterations::kStrided > 1 ? 2 : 1)
 Number of pointers. More...
 

Member Data Documentation

template<typename Shape_ , typename Element_ , int AdvanceRank, typename ThreadMap_ , int Alignment>
int const cutlass::transform::threadblock::RegularTileIterator< Shape_, Element_, layout::VoltaTensorOpMultiplicandBCongruous< sizeof_bits< Element_ >::value >, AdvanceRank, ThreadMap_, Alignment >::Detail::kAccessSizeInBits = 128
static
template<typename Shape_ , typename Element_ , int AdvanceRank, typename ThreadMap_ , int Alignment>
int const cutlass::transform::threadblock::RegularTileIterator< Shape_, Element_, layout::VoltaTensorOpMultiplicandBCongruous< sizeof_bits< Element_ >::value >, AdvanceRank, ThreadMap_, Alignment >::Detail::kPointerCount = (ThreadMap::Iterations::kStrided > 1 ? 2 : 1)
static

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