Skip to content

Commit

Permalink
Pin NVBench to a known working SHA1 (#112)
Browse files Browse the repository at this point in the history
NVBench has rolled out a new CMake build-system. Currently RAPIDS projects are seeing issues integrating it into other projects. So we are going to pin the NVBench SHA1 while upstream fixes issues.

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

Approvers: None

URL: #112
  • Loading branch information
robertmaynard authored Oct 27, 2021
1 parent 2a041d4 commit 8f0e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nvbench" : {
"version" : "0.0",
"git_url" : "https://github.com/NVIDIA/nvbench.git",
"git_tag" : "main"
"git_tag" : "ed27365a418d608f6ff2268ad93da5177caa647b"
},
"rmm" : {
"version" : "${rapids-cmake-version}",
Expand Down

0 comments on commit 8f0e766

Please sign in to comment.