Closed forFudan closed 4 weeks ago
The matmul returns wrong results for small matrices. The reason is that the initialization on the C is not filled with 0 but uninitilized.
matmul
C
0
This PR is a quick fix on this.
The
matmul
returns wrong results for small matrices. The reason is that the initialization on theC
is not filled with0
but uninitilized.This PR is a quick fix on this.