We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encountered the following error when make [../python/_swigfaiss_gpu.so].
/usr/local/cuda-7.5//bin/nvcc -I.. -I /usr/local/cuda-7.5//targets/x86_64-linux/include/ -Xcompiler -fPIC -Xcudafe --diag_suppress=unrecognized_attribute -gencode arch=compute_35,code="compute_35" -gencode arch=compute_52,code="compute_52" -gencode arch=compute_52,code="compute_52" --std c++11 -lineinfo -ccbin g++ -DFAISS_USE_FLOAT16 -I/usr/include/python2.7/ -I/usr/lib64/python2.7/site-packages/numpy/core/include/ -shared -o ../python/_swigfaiss_gpu.so ../python/swigfaiss_gpu_wrap.cxx libgpufaiss.a ../libfaiss.a -Xcompiler -fopenmp -lcublas -Xlinker /usr/lib/libopenblas.so.0 /usr/lib/lapack/liblapack.so.3.0 nvcc fatal : Don't know what to do with '/usr/lib/lapack/liblapack.so.3.0' make: *** [../python/_swigfaiss_gpu.so] Error 1
I use cuda-7.5. Is cuda-8.0 necessary for compiling gpu version? System is 14.04.1-Ubuntu
The text was updated successfully, but these errors were encountered:
Already resolved by #issue15 Thanks.
Sorry, something went wrong.
Merge pull request facebookresearch#29 from Enet4/ci-gh-actions
6d6c219
Add GitHub Actions CI
No branches or pull requests
I encountered the following error when make [../python/_swigfaiss_gpu.so].
I use cuda-7.5. Is cuda-8.0 necessary for compiling gpu version?
System is 14.04.1-Ubuntu
The text was updated successfully, but these errors were encountered: