Tencent / FeatherCNN

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

sgemm conv 4 threads, result wrong #17

Closed tianylijun closed 6 years ago

tianylijun commented 6 years ago

as title

tianylijun commented 6 years ago

bug fixed, change the data type of "lastSN" in sgemm.cpp, from unsigned to int

turbo0628 commented 6 years ago

Many thanks for report and solution!