Skip to content

Commit

Permalink
Fix NVTX3 dependency (#2072)
Browse files Browse the repository at this point in the history
* Fix NVTX3 dependency

Signed-off-by: Jason Lowe <jlowe@nvidia.com>

* Update pinned version of rapids-cmake

---------

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored May 24, 2024
1 parent 6d68216 commit a77db76
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ target_link_libraries(
-Wl,--whole-archive
${CUDFJNI_LIB}
cudf::cudf
nvtx3-cpp
nvtx3::nvtx3-cpp
-Wl,--no-whole-archive
${PARQUET_LIB}
${THRIFT_LIB}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/rapids-cmake.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f2a3c37af91d11347a8f64bc6e90197fc53eea2
41dc9623dbb8e5bdd2bccc22815efb9db6a49280
18 changes: 9 additions & 9 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.06"
},
"NVTX3" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e170594ac7cf1dac584da473d4ca9301087090c1",
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"cuco" :
{
"always_download" : true,
Expand Down Expand Up @@ -148,11 +140,19 @@
},
"version" : "3.0.6"
},
"nvtx3" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e170594ac7cf1dac584da473d4ca9301087090c1",
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"rmm" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "46e153c18d17b07526d6ff2e04859fcbbd706879",
"git_tag" : "dc1e17a03ed2dbc9329ccecc27922e414250f45a",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.06"
},
Expand Down

0 comments on commit a77db76

Please sign in to comment.