#include <hgemm_traits.h>
|
typedef GemmTileTraitsHelperA< MatrixLayout::kRowMajor, GemmConfig_ > | Base |
| The base config. More...
|
|
typedef HgemmCrosswiseGlobalTileTraits< GemmOperand::kA, MatrixLayout::kRowMajor, half const, Shape< 1, GemmConfig_::OutputTile::kW, GemmConfig_::OutputTile::kD >, Shape< 1, GemmConfig_::kThreads/GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kD >, GemmConfig_::kScalarsPerLdgA > | GlobalTileTraits |
| The traits class to build the iterator to load data from global memory for A^T. More...
|
|
typedef GemmConfig_::ScalarA | Scalar |
| The input scalar. More...
|
|
typedef GemmConfig_::MultiplyAdd::ScalarA | MultiplyAddScalar |
| The scalar stored in shared memory. More...
|
|
typedef GemmGlobalTileTraits< GemmOperand::kA, MatrixLayout::kRowMajor, Scalar const, Shape< 1, GemmConfig_::OutputTile::kW, GemmConfig_::OutputTile::kD >, Shape< 1, GemmConfig_::kThreads/GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kD >, GemmConfig_::kScalarsPerLdgA > | GlobalTileTraits |
| The traits class to build the iterator to load data from global memory for A^T. More...
|
|
◆ Base
template<typename GemmConfig_ >
◆ GlobalTileTraits
template<typename GemmConfig_ >
typedef HgemmCrosswiseGlobalTileTraits< GemmOperand::kA, MatrixLayout::kRowMajor, half const, Shape<1, GemmConfig_::OutputTile::kW, GemmConfig_::OutputTile::kD>, Shape<1, GemmConfig_::kThreads / GemmConfig_::OutputTile::kD, GemmConfig_::OutputTile::kD>, GemmConfig_::kScalarsPerLdgA> cutlass::gemm::HgemmTileTraitsHelperA< MatrixLayout::kRowMajor, GemmConfig_ >::GlobalTileTraits |
◆ kSkewA
template<typename GemmConfig_ >
The documentation for this struct was generated from the following file: