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