From 3ce44ea66fe69d9625c7ac795712ef4022e66559 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sun, 17 Sep 2017 17:26:13 +0900 Subject: [PATCH] =?UTF-8?q?cuDNN=20v7=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 eb55f03..dd246b8 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -10,8 +10,8 @@ #include #include -#define CUDNN_DLL_NAME "cudnn64_6.dll" -#define CUDNN_REQUIRE_VERION_TEXT "v6" +#define CUDNN_DLL_NAME "cudnn64_7.dll" +#define CUDNN_REQUIRE_VERION_TEXT "v7" namespace caffe diff --git a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj index 19b0bc6..a8a6dd6 100644 --- a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj +++ b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj index 95e29ea..13d1820 100644 --- a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj +++ b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj @@ -64,7 +64,7 @@ Windows true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -87,7 +87,7 @@ true true true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe/waifu2x-caffe.vcxproj b/waifu2x-caffe/waifu2x-caffe.vcxproj index 6710ca0..b22ad07 100644 --- a/waifu2x-caffe/waifu2x-caffe.vcxproj +++ b/waifu2x-caffe/waifu2x-caffe.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_6.dll;%(DelayLoadDLLs) + cudnn64_7.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies)