CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Describes the size of a matrix tile.
#include <matrix_shape.h>
Static Public Member Functions | |
static CUTLASS_HOST_DEVICE Coord< 2 > | toCoord () |
Static Public Attributes | |
static int const | kRow = Row_ |
rows of a matrix More... | |
static int const | kColumn = Column_ |
columns of a matrix More... | |
static int const | kCount = Row_ * Column_ |
total number of elements in a matrix More... | |
|
inlinestatic |
|
static |
|
static |
|
static |