linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.ReduceRowAndColumn
Description
Signature
linalg.CoopMat<T, S, RM, RN, linalg.CoopMatMatrixUse.MatrixAccumulator> linalg::CoopMat<T, MemoryScopeS, int M, int N, linalg.CoopMatMatrixUseR>.ReduceRowAndColumn<int RM, int RN>( (T, T)->T combineOp) where T : __BuiltinArithmeticType;
Generic Parameters
RM : int
RN : int
Parameters
combineOp : ( T, T ) -> T
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeMatrixReductionsNV
.