Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes | Public Types | List of all members
cutlass::MatrixLayout Struct Reference

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...
 

Member Enumeration Documentation

◆ Kind

Enumerator
kRowMajor 
kColumnMajor 

The documentation for this struct was generated from the following file: