Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Defines data layouts of various matrix formats usable by TensorRef and other classes.
#include <matrix_traits.h>
Classes | |
struct | ColumnMajor |
Mapping function for column-major matrices. More... | |
struct | ColumnMajorBlockLinear |
struct | ColumnMajorInterleaved |
struct | ContiguousLayout |
struct | RowMajor |
Mapping function for row-major matrices. More... | |
struct | RowMajorBlockLinear |
struct | RowMajorInterleaved |
Public Types | |
enum | Kind { kRowMajor, kColumnMajor } |
Enumeration defining fundamental contiguous layouts. More... | |