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)