linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.copyFrom
Description
Copies the contents from another cooperative matrix into this matrix.
Signature
void linalg::CoopMat<T, MemoryScopeS, int M, int N, linalg.CoopMatMatrixUseR>.copyFrom<U>( linalg.CoopMat<U, S, M, N, R> other) where U : __BuiltinArithmeticType where T : __BuiltinArithmeticType;
Generic Parameters
U: __BuiltinArithmeticType
The element type of the source cooperative matrix.
Parameters
other : linalg.CoopMat<U, S, M, N, R>
The source cooperative matrix to copy from.
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeMatrixConversionsNV
.