Skip to content

Commit

Permalink
PR #18248: cuda 12.6.2
Browse files Browse the repository at this point in the history
Imported from GitHub PR openxla/xla#18248

Copybara import of the project:

--
1258a0211e7b09b9e938b6442e115f3436cf985d by Johnny <[email protected]>:

Update cuda_redist_versions.bzl

Merging this change closes #18248

PiperOrigin-RevId: 696430212
  • Loading branch information
johnnynunez authored and copybara-github committed Nov 14, 2024
1 parent 2b5d643 commit d08db91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ CUDA_REDIST_JSON_DICT = {
"https://developer.download.nvidia.com/compute/cuda/redist/redistrib_12.6.1.json",
"22ddfeb81a6f9cee4a708a2e3b4db1c36c7db0a1daa1f33f9c7f2f12a1e790de",
],
"12.6.2": [
"https://developer.download.nvidia.com/compute/cuda/redist/redistrib_12.6.2.json",
"8056da1f5acca8e613da1349d9b8782b774ad0254e3eddcc95734ded4d33f2df",
],
}

CUDNN_REDIST_JSON_DICT = {
Expand Down Expand Up @@ -141,6 +145,7 @@ CUDA_NCCL_WHEELS = {
"12.5.1": CUDA_12_NCCL_WHEEL_DICT,
"12.6.0": CUDA_12_NCCL_WHEEL_DICT,
"12.6.1": CUDA_12_NCCL_WHEEL_DICT,
"12.6.2": CUDA_12_NCCL_WHEEL_DICT,
}

REDIST_VERSIONS_TO_BUILD_TEMPLATES = {
Expand Down

0 comments on commit d08db91

Please sign in to comment.