52   static int const kRow = 0;
    55   static int const kColumn = 1;
 CUTLASS_HOST_DEVICE Index const & column() const 
Returns the column of the coordinate. 
Definition: matrix_coord.h:85
Definition: aligned_buffer.h:35
CUTLASS_HOST_DEVICE MatrixCoord operator-(Base const &b) const 
Element-wise subtraction. 
Definition: matrix_coord.h:103
CUTLASS_HOST_DEVICE Coord & operator*=(Coord const &b)
In-place multiplication. 
Definition: coord.h:222
CUTLASS_HOST_DEVICE MatrixCoord operator*(Base const &b) const 
Element-wise multiplication. 
Definition: matrix_coord.h:109
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
CUTLASS_HOST_DEVICE MatrixCoord & operator/=(Base const &b)
In-place division. 
Definition: matrix_coord.h:142
CUTLASS_HOST_DEVICE Index const & row() const 
Returns the row of the coordinate. 
Definition: matrix_coord.h:77
CUTLASS_HOST_DEVICE Coord & operator-=(Coord const &b)
In-place subtraction. 
Definition: coord.h:213
CUTLASS_HOST_DEVICE MatrixCoord operator+(Base const &b) const 
Element-wise addition. 
Definition: matrix_coord.h:97
CUTLASS_HOST_DEVICE MatrixCoord(Index row, Index column)
Helper to construct from a row and column. 
Definition: matrix_coord.h:73
#define CUTLASS_HOST_DEVICE
Definition: cutlass.h:89
CUTLASS_HOST_DEVICE Coord & operator/=(Coord const &b)
In-place division. 
Definition: coord.h:231
CUTLASS_HOST_DEVICE MatrixCoord(Coord< 2, Index > const &coord)
Constructs from Coord<2> 
Definition: matrix_coord.h:69
Statically-sized array specifying Coords within a tensor. 
Definition: coord.h:43
int Index
Integer-valued index. 
Definition: matrix_coord.h:44
CUTLASS_HOST_DEVICE MatrixCoord & operator-=(Base const &b)
In-place subtraction. 
Definition: matrix_coord.h:128
CUTLASS_HOST_DEVICE Index & row()
Returns the row of the coordinate. 
Definition: matrix_coord.h:81
CUTLASS_HOST_DEVICE Coord & operator+=(Coord const &b)
In-place addition. 
Definition: coord.h:204
CUTLASS_HOST_DEVICE MatrixCoord operator/(Base const &b) const 
Element-wise division. 
Definition: matrix_coord.h:115
CUTLASS_HOST_DEVICE Index & at()
Gets the index of a given Coord element. 
Definition: coord.h:255
CUTLASS_HOST_DEVICE Index & column()
Returns the column of the coordinate. 
Definition: matrix_coord.h:89
CUTLASS_HOST_DEVICE MatrixCoord & operator*=(Base const &b)
In-place multiplication. 
Definition: matrix_coord.h:135
CUTLASS_HOST_DEVICE MatrixCoord & operator+=(Base const &b)
In-place addition. 
Definition: matrix_coord.h:121
Basic include for CUTLASS. 
Definition: matrix_coord.h:39
CUTLASS_HOST_DEVICE MatrixCoord()
Default ctor. 
Definition: matrix_coord.h:65