Tencent / FeatherCNN

FeatherCNN is a high performance inference engine for convolutional neural networks.
1.21k stars 284 forks source link

sgemm.cpp:externalPackA #18

Closed ejianzheng closed 6 years ago

ejianzheng commented 6 years ago

if (M>mc) remPack will be wrong!

turbo0628 commented 6 years ago

Hello the SGEMM subroutine is updated, pls check if the problem no longer exists -- Actually the M dimension doesn't have to be divided by mc, hence in our setttings, M is always smaller than mc.

turbo0628 commented 6 years ago

Close