CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.copyFrom
Description
Signature
void CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.copyFrom<U>( CoopMat<U, S, M, N, R> other) where U : __BuiltinArithmeticType where T : __BuiltinArithmeticType;
Generic Parameters
U: __BuiltinArithmeticType
Parameters
other : CoopMat<U, S, M, N, R>
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeMatrixKHR
.