docs/namespacecutlass_1_1thread.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
cutlass::thread Namespace Reference
|
|
| class | Matrix |
| | Per-thread matrix object storing a packed matrix. More...
|
| |
|
|
| template<typename Element , int Rows, typename Layout = layout::ColumnMajor> |
| using | ColumnVector = Matrix< Element, Rows, 1, Layout > |
| | Column vector defined as a matrix with exactly one column. More...
|
| |
| template<typename Element , int Columns, typename Layout = layout::RowMajor> |
| using | RowVector = Matrix< Element, 1, Columns, Layout > |
| | Row vector defined as a matrix with exactly one row. More...
|
| |
template<typename Element , int Rows, typename Layout = layout::ColumnMajor>
| using cutlass::thread::ColumnVector = typedef Matrix<Element, Rows, 1, Layout> |
template<typename Element , int Columns, typename Layout = layout::RowMajor>
| using cutlass::thread::RowVector = typedef Matrix<Element, 1, Columns, Layout> |
Generated by 1.8.11