Merge pull request #192958 from aidalgol/cuda-exts-prevent-eval-break

Prevent eval breakage in CUDA extensions
This commit is contained in:
Samuel Ainsworth 2022-09-25 22:19:52 -07:00 committed by GitHub
commit f2a116aa8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -111,6 +111,6 @@ final: prev: let
"11.4" = "8.3.2";
"11.5" = "8.3.2";
"11.6" = "8.3.2";
}.${cudaVersion};
}.${cudaVersion} or "8.3.2";
in cuDnnPackages

View file

@ -58,6 +58,6 @@ final: prev: let
"11.4" = "8.4.0";
"11.5" = "8.4.0";
"11.6" = "8.4.0";
}.${cudaVersion};
}.${cudaVersion} or "8.4.0";
in tensorRTPackages