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