docs/structcutlass_1_1MatrixShape.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
Static Public Member Functions | Static Public Attributes | List of all members
cutlass::MatrixShape< Row_, Column_ > Struct Template Reference
Describes the size of a matrix tile.
#include <matrix_shape.h>
|
| | static CUTLASS_HOST_DEVICE Coord< 2 > | toCoord () | | |
|
|
| 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...
|
| |
template<int Row_, int Column_>
|
| static CUTLASS_HOST_DEVICE Coord<2> cutlass::MatrixShape< Row_, Column_ >::toCoord | ( | | ) | |
| inlinestatic |
template<int Row_, int Column_>
|
| int const cutlass::MatrixShape< Row_, Column_ >::kColumn = Column_ |
| static |
template<int Row_, int Column_>
|
| int const cutlass::MatrixShape< Row_, Column_ >::kCount = Row_ * Column_ |
| static |
template<int Row_, int Column_>
|
| int const cutlass::MatrixShape< Row_, Column_ >::kRow = Row_ |
| static |
The documentation for this struct was generated from the following file:
Generated by 1.8.11