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