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