linalg::CoopMat<T, S:MemoryScope, M:int, N:int, R:linalg.CoopMatMatrixUse>.copyFrom
Description
Copies the contents from another cooperative matrix into this matrix.
Signature
void linalg::CoopMat<T, S:MemoryScope, M:int, N:int, R:linalg.CoopMatMatrixUse>.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
.