diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2021-04-19 20:22:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 11:22:14 -0700 |
| commit | 1826fb87756e5cc3010e2a76041c0dfe3533c9bd (patch) | |
| tree | 6ffb8e8e66ca818d29d644dfe2b1d4744651ff23 /versions | |
| parent | 414bec05f2a97cfc0ddb8e22fd4635dfe2a20ab8 (diff) | |
| download | vcpkg-1826fb87756e5cc3010e2a76041c0dfe3533c9bd.tar.gz vcpkg-1826fb87756e5cc3010e2a76041c0dfe3533c9bd.zip | |
[cudnn] add other locations to find lib already installed (#17346)
* [cudnn] add other install dir on linux
* [cudnn] add other locations for linux
* [cudnn] fix env variables
* [cudnn] fix references
* [cudnn] use also cuda module as a hint
* [cudnn] fix refs
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cudnn.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index e3441409c..7812ac680 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1526,7 +1526,7 @@ }, "cudnn": { "baseline": "7.6.5", - "port-version": 0 + "port-version": 1 }, "cunit": { "baseline": "2.1.3-6", diff --git a/versions/c-/cudnn.json b/versions/c-/cudnn.json index ddb1b9967..4930853d4 100644 --- a/versions/c-/cudnn.json +++ b/versions/c-/cudnn.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "495cc586b4bfdb28c3c339d3f471b9fbfc8bc481", + "version-string": "7.6.5", + "port-version": 1 + }, + { "git-tree": "681f177cf063d3c8e655a18011c158ffad49fdbd", "version-string": "7.6.5", "port-version": 0 |
