43 static int const kRow = Row_;
45 static int const kCount = Row_ * Column_;
Describes the size of a matrix tile.
Definition: matrix_shape.h:42
Definition: aligned_buffer.h:35
static int const kColumn
columns of a matrix
Definition: matrix_shape.h:44
A Coord is a coordinate of arbitrary rank into a tensor or matrix.
CUTLASS_HOST_DEVICE Coord< 1 > make_Coord(int _0)
Helper to make a 2-element coordinate.
Definition: coord.h:387
static CUTLASS_HOST_DEVICE Coord< 2 > toCoord()
Definition: matrix_shape.h:52
static int const kRow
rows of a matrix
Definition: matrix_shape.h:43
#define CUTLASS_HOST_DEVICE
Definition: cutlass.h:89
Statically-sized array specifying Coords within a tensor.
Definition: coord.h:43
static int const kCount
total number of elements in a matrix
Definition: matrix_shape.h:45
Basic include for CUTLASS.