File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5173,7 +5173,7 @@ if test "x$ac_cv_lib_nvrtc_nvrtcCreateProgram" = xyes
51735173then :
51745174 HAVE_CUDA=1
51755175 CUDA_CXXFLAGS=" -DCOOT_USE_CUDA -DCOOT_CUDA_INCLUDE_PATH=${CUDA_HOME} /include/"
5176- CUDA_LIBS=" -L${CUDA_HOME} /lib64 -L${CUDA_HOME} /lib -lcudart -lcublas -lcusolver -lcurand -lnvrtc"
5176+ CUDA_LIBS=" -L${CUDA_HOME} /lib64 -L${CUDA_HOME} /lib -lcuda - lcudart -lcublas -lcusolver -lcurand -lnvrtc"
51775177 BANDICOOT_CXXFLAGS=" ${BANDICOOT_CXXFLAGS} ${CUDA_CXXFLAGS} "
51785178 BANDICOOT_LIBS=" ${BANDICOOT_LIBS} ${CUDA_LIBS} "
51795179 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ if test "x${NVCC}" != xno; then
325325 [ AC_CHECK_LIB ( [ nvrtc] , [ nvrtcCreateProgram] ,
326326 [ HAVE_CUDA=1
327327 CUDA_CXXFLAGS="-DCOOT_USE_CUDA -DCOOT_CUDA_INCLUDE_PATH=${CUDA_HOME}/include/"
328- CUDA_LIBS="-L${CUDA_HOME}/lib64 -L${CUDA_HOME}/lib -lcudart -lcublas -lcusolver -lcurand -lnvrtc"
328+ CUDA_LIBS="-L${CUDA_HOME}/lib64 -L${CUDA_HOME}/lib -lcuda - lcudart -lcublas -lcusolver -lcurand -lnvrtc"
329329 BANDICOOT_CXXFLAGS="${BANDICOOT_CXXFLAGS} ${CUDA_CXXFLAGS}"
330330 BANDICOOT_LIBS="${BANDICOOT_LIBS} ${CUDA_LIBS}"
331331 AC_MSG_RESULT ( [ yes] ) ] ,
You can’t perform that action at this time.
0 commit comments