CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Template based on element size (in bits) - defined in terms of pitch-linear memory.
#include <tensor_op_multiplicand_sm75.h>
Public Types | |
using | Index = int32_t |
Index type used for coordinates. More... | |
using | LongIndex = int64_t |
Long index type used for offsets. More... | |
using | TensorCoord = PitchLinearCoord |
Logical coordinate. More... | |
using | Stride = Coord< kStrideRank, Index, LongIndex > |
Stride vector. More... | |
Public Member Functions | |
CUTLASS_HOST_DEVICE | TensorOpMultiplicandColumnMajorInterleaved (Index ldm=0) |
Ctor. More... | |
CUTLASS_HOST_DEVICE | TensorOpMultiplicandColumnMajorInterleaved (Stride stride) |
Ctor. More... | |
CUTLASS_HOST_DEVICE LongIndex | operator() (TensorCoord const &coord) const |
CUTLASS_HOST_DEVICE Stride | stride () const |
Returns the stride of the layout. More... | |
CUTLASS_HOST_DEVICE Stride & | stride () |
Returns the stride of the layout. More... | |
CUTLASS_HOST_DEVICE LongIndex | capacity (TensorCoord const &extent) const |
Compute the number of contiguous elements needed to store a tensor with the given size. More... | |
Static Public Member Functions | |
static CUTLASS_HOST_DEVICE TensorOpMultiplicandColumnMajorInterleaved | packed (TensorCoord const &extent) |
Helper returns a layout to a tightly packed tensor. More... | |
Static Public Attributes | |
static int const | kRank = 2 |
Logical rank of tensor. More... | |
static int const | kStrideRank = 1 |
Rank of stride vector. More... | |
static int const | kAccessSize = 128 |
This layout is optimized for 128b accesses. More... | |
static int const | kElementSize = ElementSize |
static int const | kElementsPerAccess = kAccessSize / kElementSize |
static int const | kInterleavedK = InterleavedK |
using cutlass::layout::TensorOpMultiplicandColumnMajorInterleaved< ElementSize, InterleavedK >::Index = int32_t |
using cutlass::layout::TensorOpMultiplicandColumnMajorInterleaved< ElementSize, InterleavedK >::LongIndex = int64_t |
using cutlass::layout::TensorOpMultiplicandColumnMajorInterleaved< ElementSize, InterleavedK >::Stride = Coord<kStrideRank, Index, LongIndex> |
using cutlass::layout::TensorOpMultiplicandColumnMajorInterleaved< ElementSize, InterleavedK >::TensorCoord = PitchLinearCoord |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the offset of a coordinate in linear memory. Assumes coordinate has convention (contiguous, strided)
|
inlinestatic |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |