Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. go to openpose/cmake/Modules/FindCuDNN.cmake and edit:
  2.  
  3. find_path(CUDNN_INCLUDE cudnn.h
  4. PATHS ${CUDNN_ROOT} $ENV{CUDNN_ROOT} ${CUDA_TOOLKIT_INCLUDE} /usr/local/cuda/include
  5. DOC "Path to cuDNN include directory." )
  6.  
  7. find_library(CUDNN_LIBRARY NAMES ${CUDNN_LIB_NAME}
  8. PATHS ${CUDNN_ROOT} $ENV{CUDNN_ROOT} ${CUDNN_INCLUDE} ${__libpath_hist} ${__libpath_hist}/../lib /usr/local/cuda/lib64
  9. DOC "Path to cuDNN library.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement