Skip to content

Commit

Permalink
Remove ".x" from CUDA version string mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Oct 28, 2024
1 parent f02c94c commit 9852e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"git_url": "https://github.com/NVIDIA/nvcomp.git",
"git_tag": "v2.2.0",
"proprietary_binary_cuda_version_mapping": {
"11": "11.x",
"12": "12.x"
"11": "11",
"12": "12"
},
"proprietary_binary": {
"x86_64-linux": "https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/linux-x86_64/nvcomp-linux-x86_64-${version}_cuda${cuda-toolkit-version-mapping}-archive.tar.xz",
Expand Down

0 comments on commit 9852e20

Please sign in to comment.