You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for your careful observation, code, and suggestion for solution. With your example I managed to reproduce it, and I fixed it more or less as you suggested: #341
(this is now merged in master)
Could you have a look and verify if that indeed fixes it for you as well? Thanks!
When I do Xgemm, I get this error:
CLBlast: Run-time error: -55 (500 is not divisible by 8)
Here is my source code to test:
with
common.h
only has C/C++ STL libraries,gtest/gtest.h
is Google Test Library.Here is the parameters I retrieve:
I think this bug is from this file
CLBlast/src/routines/level3/xgemm.cpp
:and
because you rotate
c_one_i
andc_two_i
inCalculateInternalDimensions
but do not anything there. So please check your source code here. Thank you.The text was updated successfully, but these errors were encountered: