Kaiser-Yang/matrix-calculation-accelerator

Wrong calculation in matrix multiplication

Closed this issue · 0 comments

For matrix multiplication, we also use a.size() to calculate the amount of calculation. But this is not right, matrix multiplication' calculation should be related to the a.size() and b.size(). So we need adjust the calculation of matrix multiplication.