tlrmchlsmth / momms

Multilevel Optimized Matrix-matrix Multiplication Sandbox
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

cleanup loops for kernel_mn and kernel_nm #5

Closed tlrmchlsmth closed 7 years ago

tlrmchlsmth commented 7 years ago

When m % mr != 0 or n % nr != and C is stored in a Matrix, then junk data could be written to parts of C.

This doesn't happen when using Ukernel. #

tlrmchlsmth commented 7 years ago

fixed by c2ce35dfc3f16e675f3298a15f20629f4e83df9c