facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.48k stars 714 forks source link

undefined reference to `sgemm_' When compiling vector DB #1451

Open Jamesyang2333 opened 5 months ago

Jamesyang2333 commented 5 months ago

I tried to compile with the vector DB option by setting -DWITH_FB_VECTORDB=1 in cmake.

However, I encountered the "undefined reference to `sgemm_'" error when compiling the faiss library. I was using OpenBlas and this issue seemed to be missing link to Lapack library. Anyone knows how to fix this?

Screenshot 2024-05-02 at 00 33 10