caffe-builder
caffe-builder copied to clipboard
nvcc.hpp(22): fatal error C1017:
When I use CUDA 9.1, I encountered the problem ".caffe/dependencies/libraries_v140_x64_py27_1.1.0/libraries/include/boost-1_61\boost/config/compiler/nvcc.hpp(22): fatal error C1017". There is no this problem in CUDA 8.0.
boost 1.61 do not support CUDA 9.x,you can use CUDA 8.x or update boost to 1.65
How to? the package boost is inside the directory in all subdirectories (include, lib ...) with another packages. i have the same problem than zhouliguo. Perhaps it's possible create another package with this not default libraries? Thanks.
the another problem is when you install version boost 1.65, the system not detect
-- Boost version: 1.65 NOT FOUND Only 1.62 < 1.65 -- Found the following Boost libraries: -- system -- thread -- filesystem -- regex -- chrono -- date_time -- atomic
https://stackoverflow.com/questions/42123509/cmake-finds-boost-but-the-imported-targets-not-available-for-boost-version
It seems commnet Line 22 to Line 24 in nvcc.hpp
worked for me.