Skip to content
New issue

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

Failed to build Caffe on Xavier NX #2232

Open
GOBish opened this issue Jul 17, 2020 · 0 comments
Open

Failed to build Caffe on Xavier NX #2232

GOBish opened this issue Jul 17, 2020 · 0 comments

Comments

@GOBish
Copy link

GOBish commented Jul 17, 2020

I am trying to build Caffe on the Xavier NX and the build fails - it seems it can't find the version number of cudnn: (verified that cuDNN 8.0.0.180 is installed on the system through jtop)

$ cmake ..
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   system
--   thread
--   filesystem
--   chrono
--   date_time
--   atomic
-- Found gflags  (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/libgflags.so)
-- Found glog    (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/libglog.so)
-- Found PROTOBUF Compiler: /usr/bin/protoc
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- HDF5: Using hdf5 compiler wrapper to determine CXX configuration
-- Found lmdb    (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/liblmdb.so)
-- Found LevelDB (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/libleveldb.so)
-- Found Snappy  (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/libsnappy.so)
-- CUDA detected: 10.2
-- Found cuDNN: ver. ??? found (include: /usr/include, library: /usr/lib/aarch64-linux-gnu/libcudnn.so)
CMake Error at cmake/Cuda.cmake:212 (message):
  cuDNN version >3 is required.
Call Stack (most recent call first):
  cmake/Cuda.cmake:240 (detect_cuDNN)
  cmake/Dependencies.cmake:58 (include)
  CMakeLists.txt:58 (include)

-- Configuring incomplete, errors occurred!
See also "/home/.../caffe/build/CMakeFiles/CMakeOutput.log".
See also "/home/..../caffe/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant