diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2021-04-14 00:15:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 15:15:32 -0700 |
| commit | e3fee6ed406125f0a1dd1ea4b58e43315cb0284f (patch) | |
| tree | 08505be2568541df2abe0ad69c62832f3ac13933 /ports/cudnn/CONTROL | |
| parent | 047525cc0442b06ef56bee7c63d731560d3bb375 (diff) | |
| download | vcpkg-e3fee6ed406125f0a1dd1ea4b58e43315cb0284f.tar.gz vcpkg-e3fee6ed406125f0a1dd1ea4b58e43315cb0284f.zip | |
[cudnn] auto-download only if cuda version matches (#16413)
* [cudnn] auto-download only if cuda version matches
* [cudnn] auto download also for cuda 10.2
* [cudnn] update version ref
* Update ports/cuda/vcpkg_find_cuda.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cuda/vcpkg_find_cuda.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cudnn/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* apply review fixes
* fix baseline refs
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/cudnn/CONTROL')
| -rw-r--r-- | ports/cudnn/CONTROL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/cudnn/CONTROL b/ports/cudnn/CONTROL index 3166890d3..864748b44 100644 --- a/ports/cudnn/CONTROL +++ b/ports/cudnn/CONTROL @@ -1,6 +1,5 @@ Source: cudnn -Version: 7.6 -Port-Version: 4 +Version: 7.6.5 Description: NVIDIA's cuDNN deep neural network acceleration library Build-Depends: cuda Supports: (windows|linux)&x64 |
