lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.04k stars 839 forks source link

Revert CUDNN_REQUIRE_VERION_TEXT (fixes issue #111) #129

Closed ghost closed 5 years ago

ghost commented 5 years ago

The file and product version of the latest cudnn64_7.dll (v7.3.1) both begin with a 6. This applies to both the Windows 10 and 7 versions.

lltcggie commented 5 years ago

111 ではcuDNNの動作チェックでバージョンが古くても通していたのが問題だったので、v7.3未満はエラーになるようにしました。 df0ceaea1eaa1ccf2266a03f6ee5929f38ece484

dllのプロパティで見られるバージョンは確かに6系となっていますが、cudnnGetVersion()で返すバージョンは7系になっているので CUDNN_REQUIRE_VERION_TEXT を巻き戻す予定はありません。