Skip to content

Commit

Permalink
configure: prefer cudnn-5.1 over cudnn-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Aug 26, 2016
1 parent 39eb15a commit 3d60894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/make_binary_drop_linux
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mklPath="/usr/local/CNTKCustomMKL/1/x64/parallel"
opencvPath="/usr/local/opencv-3.1.0/lib"
libzipPath="/usr/local/lib"
cudaPath="/usr/local/cuda/lib64"
cudnnPath="/usr/local/cudnn-5.0/cuda/lib64"
cudnnPath="/usr/local/cudnn-5.1/cuda/lib64"

# Set build paths
buildPath="build/$targetConfig/release"
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ default_kaldis="kaldi-trunk kaldi-c024e8aa"
default_gdk_includes="include/nvidia/gdk"
default_gdk_nvml_libs="src/gdk/nvml/lib"
default_cubs="cub-1.4.1"
default_cudnns="cudnn-5.0 cudnn-5.1"
default_cudnns="cudnn-5.1 cudnn-5.0"
default_opencvs="opencv-3.1.0 opencv-3.0.0"
default_libzips="libzip-1.1.2"

Expand Down

0 comments on commit 3d60894

Please sign in to comment.