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