CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Static Public Attributes | List of all members
cutlass::transform::threadblock::RegularTileAccessIterator< Shape_, Element_, layout::TensorOpMultiplicandCongruous< sizeof_bits< Element_ >::value, int(128/sizeof(Element_))>, AdvanceRank, ThreadMap_, Alignment >::Detail Struct Reference

Internal details made public to facilitate introspection.

#include <regular_tile_access_iterator_tensor_op.h>

Static Public Attributes

static int const kAccessSizeInBits = 128
 
static int const kPointerCount
 Number of pointers. More...
 

Member Data Documentation

template<typename Shape_ , typename Element_ , int AdvanceRank, typename ThreadMap_ , int Alignment>
int const cutlass::transform::threadblock::RegularTileAccessIterator< Shape_, Element_, layout::TensorOpMultiplicandCongruous< sizeof_bits< Element_ >::value, int(128/sizeof(Element_))>, AdvanceRank, ThreadMap_, Alignment >::Detail::kAccessSizeInBits = 128
static

This iterator is specialized for an access size that is 128 bits in length.

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

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