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