Skip to content

Commit

Permalink
Update to nvcomp 2.6 (#341)
Browse files Browse the repository at this point in the history
Update rapids-cmake to use the nvcomp 2.6

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers: None

URL: #341
  • Loading branch information
robertmaynard authored Jan 18, 2023
1 parent e988663 commit 05e915d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"git_tag" : "12d13bdc5e74801645eba3e46a64081b9b020dca"
},
"nvcomp" : {
"version" : "2.5.0",
"version" : "2.6.0",
"git_url" : "https://github.com/NVIDIA/nvcomp.git",
"git_tag" : "v2.2.0",
"proprietary_binary" : {
"x86_64-linux" : "https://developer.download.nvidia.com/compute/nvcomp/2.5/local_installers/nvcomp_${version}_x86_64_11.x.tgz",
"aarch64-linux" : "https://developer.download.nvidia.com/compute/nvcomp/2.5/local_installers/nvcomp_${version}_SBSA_11.x.tgz"
"x86_64-linux" : "https://developer.download.nvidia.com/compute/nvcomp/${version}/local_installers/nvcomp_${version}_x86_64_11.x.tgz",
"aarch64-linux" : "https://developer.download.nvidia.com/compute/nvcomp/${version}/local_installers/nvcomp_${version}_SBSA_11.x.tgz"
}
},
"rmm" : {
Expand Down

0 comments on commit 05e915d

Please sign in to comment.