Skip to content

Commit

Permalink
PR #22537: [GPU] Add cuDNN 9.7.1.
Browse files Browse the repository at this point in the history
Imported from GitHub PR #22537

Copybara import of the project:

--
cdecd41 by Ilia Sergachev <[email protected]>:

[GPU] Add cuDNN 9.7.1.

Merging this change closes #22537

COPYBARA_INTEGRATE_REVIEW=#22537 from openxla:cudnn_971 cdecd41
PiperOrigin-RevId: 725993273
  • Loading branch information
sergachev authored and Google-ML-Automation committed Feb 12, 2025
1 parent 3b11b60 commit 81194d8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ CUDNN_REDIST_JSON_DICT = {
"https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.7.0.json",
"e715c1d028585d228c4678c2cdc5ad9a34fde54515a1c52aa60e36021a90dd90",
],
"9.7.1": [
"https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.7.1.json",
"f9bc411a4908f0931e7323f89049e3a38453632c4ac5f4aa3220af69ddded9dc",
],
}

CUDA_12_NCCL_WHEEL_DICT = {
Expand Down

0 comments on commit 81194d8

Please sign in to comment.