From 916776a1744d78d65e7c4f52df3bcaa8cf466872 Mon Sep 17 00:00:00 2001 From: Martin Wicke Date: Thu, 14 Jan 2016 07:30:00 -0800 Subject: Refer to cuDNN v2 by its proper name, not CUDNN 6.5 V2, as requested by NVIDIA. Change: 112120651 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 48ebebedf8..b64d4693bb 100755 --- a/configure +++ b/configure @@ -64,12 +64,12 @@ while true; do # Retry done -# Find out where the CUDNN library is installed +# Find out where the cuDNN library is installed while true; do fromuser="" if [ -z "$CUDNN_INSTALL_PATH" ]; then default_cudnn_path=${CUDA_TOOLKIT_PATH} - read -p "Please specify the location where CUDNN 6.5 V2 library is installed. Refer to README.md for more details. [Default is $default_cudnn_path]: " CUDNN_INSTALL_PATH + read -p "Please specify the location where cuDNN v2 library is installed. Refer to README.md for more details. [Default is $default_cudnn_path]: " CUDNN_INSTALL_PATH fromuser="1" if [ -z "$CUDNN_INSTALL_PATH" ]; then CUDNN_INSTALL_PATH=$default_cudnn_path @@ -81,7 +81,7 @@ while true; do if [ -e "$CUDNN_INSTALL_PATH/libcudnn.so.6.5" -o -e "$CUDNN_INSTALL_PATH/lib64/libcudnn.so.6.5" ]; then break fi - echo "Invalid path to CUDNN 6.5 V2 toolkit. Neither of the following two files can be found:" + echo "Invalid path to cuDNN v2 toolkit. Neither of the following two files can be found:" echo "$CUDNN_INSTALL_PATH/lib64/libcudnn.so.6.5" echo "$CUDNN_INSTALL_PATH/libcudnn.so.6.5" if [ -z "$fromuser" ]; then @@ -96,7 +96,7 @@ cat > third_party/gpus/cuda/cuda.config <