diff --git a/common/waifu2x.h b/common/waifu2x.h index d45ecdf..ece3c4a 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -10,8 +10,8 @@ #include #include -#define CUDNN_DLL_NAME "cudnn64_4.dll" -#define CUDNN_REQUIRE_VERION_TEXT "v4 RC" +#define CUDNN_DLL_NAME "cudnn64_5.dll" +#define CUDNN_REQUIRE_VERION_TEXT "v5 RC" namespace caffe diff --git a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj index 38779da..7e5b6e7 100644 --- a/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj +++ b/waifu2x-caffe-dll/waifu2x-caffe-dll.vcxproj @@ -65,7 +65,7 @@ Console true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -85,7 +85,7 @@ true true true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj index c7292cd..59bf4cd 100644 --- a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj +++ b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj @@ -64,7 +64,7 @@ Windows true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -87,7 +87,7 @@ true true true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe/waifu2x-caffe.vcxproj b/waifu2x-caffe/waifu2x-caffe.vcxproj index 0056724..0b927f0 100644 --- a/waifu2x-caffe/waifu2x-caffe.vcxproj +++ b/waifu2x-caffe/waifu2x-caffe.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_4.dll;%(DelayLoadDLLs) + cudnn64_5.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies)