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
in the response to the command given above, I get the following output.
g++ test_blas.cpp -o test_blas
/tmp/cc3aL3kc.o: In function `main':
test_blas.cpp:(.text+0x187): undefined reference to `sgemm_'
test_blas.cpp:(.text+0x346): undefined reference to `sgeqrf_'
collect2: error: ld returned 1 exit status
make: *** [test_blas] Error 1
Can anyone help me to install faiss? I don't have anaconda in my server and I'm not sudo-er in the server. Is there any reasonable way to install it or I've to request to the admin for some installing additional apis/library?
The text was updated successfully, but these errors were encountered:
make tests/test_blas
in the response to the command given above, I get the following output.
Can anyone help me to install faiss? I don't have anaconda in my server and I'm not sudo-er in the server. Is there any reasonable way to install it or I've to request to the admin for some installing additional apis/library?
The text was updated successfully, but these errors were encountered: