From ddfc570ab740dc4b36df46908d0dbd2ecbf485a5 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Mon, 15 May 2017 00:03:26 +0900 Subject: [PATCH] =?UTF-8?q?cuDNN=E3=82=92v6=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.h | 4 ++-- waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj | 4 ++-- waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj | 4 ++-- waifu2x-caffe/waifu2x-caffe.vcxproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/waifu2x.h b/common/waifu2x.h index babff6e..eb55f03 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -10,8 +10,8 @@ #include #include -#define CUDNN_DLL_NAME "cudnn64_5.dll" -#define CUDNN_REQUIRE_VERION_TEXT "v5.1" +#define CUDNN_DLL_NAME "cudnn64_6.dll" +#define CUDNN_REQUIRE_VERION_TEXT "v6" namespace caffe diff --git a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj index 4d48389..19b0bc6 100644 --- a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj +++ b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj index ba84297..95e29ea 100644 --- a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj +++ b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj @@ -64,7 +64,7 @@ Windows true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -87,7 +87,7 @@ true true true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe/waifu2x-caffe.vcxproj b/waifu2x-caffe/waifu2x-caffe.vcxproj index e02b1a9..6710ca0 100644 --- a/waifu2x-caffe/waifu2x-caffe.vcxproj +++ b/waifu2x-caffe/waifu2x-caffe.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_5.dll;%(DelayLoadDLLs) + cudnn64_6.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies)