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