Cannot specify link libraries for target "CUDA::nvptxcompiler_static" when build from source. #3543
NguyenVanThanhHust
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When I build faiss from source, I meet below error, how can I fix it?
Platform
OS: Ubuntu 20.04, run in docker: nvcr.io/nvidia/tensorrt : 21.08-py3
Cuda on OS: 12.0, cuda inside docker: 11.4
Faiss version: 4ee67aefc21859e02388f32f4876a0cbd21cabd
Installed from: compliled from source
Faiss compilation options: use openblass with cmd:
cmake -B build .
Running on:
Interface:
Reproduction instructions
inside docker container:
Installl openblas
clone and run cmd in cloned folder:
Logs:
In /opt/faiss/build/CMakeFiles/CMakeError.log:
Beta Was this translation helpful? Give feedback.
All reactions