docs/namespacecutlass_1_1gemm.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
Namespaces | Classes | Typedefs | Enumerations
cutlass::gemm Namespace Reference
|
| | | device | | | | | kernel | | | | | thread | | | | | threadblock | | | | | warp | | |
|
|
| struct | BatchedGemmCoord |
| |
| struct | GemmCoord |
| |
| struct | GemmShape |
| | Shape of a matrix multiply-add operation. More...
|
| |
|
|
| template<typename Shape > |
| using | GemmShapeTranspose = GemmShape< Shape::kN, Shape::kM, Shape::kK > |
| | Type alias of the transpose of a GemmShape. More...
|
| |
|
|
| enum | Operand { Operand::kA, Operand::kB, Operand::kC, Operand::kD } |
| | GEMM operand enumeration: D = A * B + C. More...
|
| |
template<typename Shape >
| using cutlass::gemm::GemmShapeTranspose = typedef GemmShape<Shape::kN, Shape::kM, Shape::kK> |
|
| enum cutlass::gemm::Operand |
| strong |
| Enumerator |
|---|
| kA |
| kB |
A multiplicand.
| | kC |
B multiplicand.
| | kD |
Source accumulator.
Destination accumulator
|
Generated by 1.8.11