CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Internal structure of iterator - made public to enable introspection.
#include <mma_tensor_op_tile_iterator.h>
Public Types | |
using | MmaIterations = MatrixShape< Shape::kRow/InstructionShape::kM, Shape::kColumn/InstructionShape::kN > |
Number of mma operations performed. More... | |
using cutlass::gemm::warp::MmaTensorOpAccumulatorTileIterator< Shape_, Element_, cutlass::layout::ColumnMajor, InstructionShape_, OpDelta_ >::Policy::MmaIterations = MatrixShape<Shape::kRow / InstructionShape::kM, Shape::kColumn / InstructionShape::kN> |