linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.fill
Description
Fills the cooperative matrix with the specified value.
Signature
void linalg::CoopMat<T, MemoryScopeS, int M, int N, linalg.CoopMatMatrixUseR>.fill( T t) where T : __BuiltinArithmeticType;
Parameters
t : T
The value to fill the matrix with.
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeMatrixKHR
.