运行 configure 的时候出现的错误:
./configure --with-python=/usr/bin/python3
…
checking for nvcc… nvcc
checking cuda.h usability… no
checking cuda.h presence… no
checking for cuda.h… no
configure: error: in /home/qfu/src/faiss': configure: error: Couldn't find cuda.h Seeconfig.log’ for more details
qfu@server229:~/src/faiss$
这是因为 faiss 的 configure 脚本不会检测 cuda 的路径,需要手动指定
./configure --with-python=/usr/bin/python3 --with-cuda=/usr/local/cuda
解决问题
在配置FAISS过程中遇到CUDA.h未找到的问题,通过手动指定CUDA路径成功解决。本文详细介绍了错误信息及解决步骤。
4012

被折叠的 条评论
为什么被折叠?



