-
Notifications
You must be signed in to change notification settings - Fork 46
make: *** [.build_release/lib/libcaffe-nv.so.0.17.0] Error 1 #3
Description
I have gone through all the steps and this came out.
I tried the symbolic link solution for libturbojpeg but did not change.
CXX .build_release/src/caffe/proto/caffe.pb.cc
./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed
./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed
./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed
./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed
AR -o .build_release/lib/libcaffe-nv.a
LD -o .build_release/lib/libcaffe-nv.so.0.17.0
/usr/bin/ld: cannot find -lopenblas
collect2: error: ld returned 1 exit status
Makefile:600: recipe for target '.build_release/lib/libcaffe-nv.so.0.17.0' failed
make: *** [.build_release/lib/libcaffe-nv.so.0.17.0] Error 1
My system is Ubuntu 16.04 , GTX 1080Ti , CUDA 8.0 , CuDNN V6