CoopVec<T, N:int>.matMulAccumPacked
Description
Signature
void CoopVec<T, N:int>.matMulAccumPacked<U, PackedK:int>(
CoopVec<U, PackedK> input,
CoopVecComponentType inputInterpretation,
int k,
RWByteAddressBuffer matrix,
int matrixOffset,
CoopVecComponentType matrixInterpretation,
CoopVecMatrixLayout memoryLayout,
bool transpose,
uint matrixStride)
where U : __BuiltinArithmeticType
where T : __BuiltinArithmeticType;
void CoopVec<T, N:int>.matMulAccumPacked<U, PackedK:int>(
CoopVec<U, PackedK> input,
CoopVecComponentType inputInterpretation,
int k,
ByteAddressBuffer matrix,
int matrixOffset,
CoopVecComponentType matrixInterpretation,
CoopVecMatrixLayout memoryLayout,
bool transpose,
uint matrixStride)
where U : __BuiltinArithmeticType
where T : __BuiltinArithmeticType;
Generic Parameters
PackedK : int
Parameters
k : int
matrixOffset : int
transpose : bool
matrixStride : uint