37 #if defined(CUTLASS_ARCH_WMMA_ENABLED) 50 typename OperatorShape,
53 struct WmmaTensorOpPolicy;
60 typename OperatorShape
62 struct WmmaTensorOpPolicy<WarpShape, OperatorShape, layout::RowMajor> {
65 using OperatorCount = MatrixShape<
66 WarpShape::kM / OperatorShape::kM,
67 WarpShape::kN / OperatorShape::kN
73 static int const kElementsPerAccess = 2;
74 static int const kRowsPerIteration = OperatorShape::kM;
75 static int const kWmmaFragmentsPerAccess = 1;
82 static int const kIterations = OperatorCount::kRow;
Definition: aligned_buffer.h:35
Defines a Shape template for matrix tiles.
Defines layout functions used by TensorRef and derived classes.
Templates exposing architecture support for warp matrix multiply-add (WMMA) operations.