Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <matrix_traits.h>
Public Member Functions | |
CUTLASS_HOST_DEVICE Coord< kStorageRank > | operator() (MatrixCoord const &coord) const |
Maps (row, col) to (col, row, col) More... | |
Static Public Member Functions | |
static CUTLASS_HOST_DEVICE Coord< kStorageRank > | stride (int ldm) |
Helper to compute stride vector from leading dimension. More... | |
Static Public Attributes | |
static int const | kStorageRank = 3 |
Rank of storage n-D array. More... | |
static int const | kInterleave = Interleave |
Interleaving size. More... | |
Mapping function for interleaved matrices. Matrix is structured as column-major arrangement of fixed-size rows.
|
inline |
|
inlinestatic |
|
static |
|
static |