Skip to content

Commit

Permalink
Add support for cuda driver versions 520 and 530 in hermetic cuda
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717060115
  • Loading branch information
wsmoses authored and Google-ML-Automation committed Jan 18, 2025
1 parent e141532 commit b21aaff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ REDIST_VERSIONS_TO_BUILD_TEMPLATES = {
"555": "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl",
"550": "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl",
"545": "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl",
"530": "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl",
"520": "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl",
},
},
"cuda_nccl": {
Expand Down

0 comments on commit b21aaff

Please sign in to comment.