CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.storeAny
Description
Signature
void CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.storeAny<U, V:int>( U[V] data, uint element, uint stride, CoopMatMatrixLayout matrixLayout) where T : __BuiltinArithmeticType; void CoopMat<T, S:CoopMatScope, M:int, N:int, R:CoopMatMatrixUse>.storeAny<U, V:int, L:int>( vector<U, L>[V] data, uint element, uint stride, CoopMatMatrixLayout matrixLayout) where T : __BuiltinArithmeticType;
Generic Parameters
U
V : int
L : int
Parameters
data : U [ V ]
element : uint
stride : uint
matrixLayout : CoopMatMatrixLayout
data : vector<U, L> [ V ]
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeMatrixKHR
.