Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto-merge] bot-auto-merge-branch-24.12 to branch-25.02 [skip ci] [bot] #2690

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 484 files
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/rapids-cmake.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c82539c71545f3095f45280d655bfacc490ceda2
ca12bcd54230d3758072faddc8d4430a9e44cd66
30 changes: 14 additions & 16 deletions thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,10 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e21d607157218540cd7c45461213fb96adf720b7",
"git_tag" : "05e019afe53f9b0e4454cbd822f9bdda18df49bb",
"git_url" : "https://github.com/NVIDIA/cccl.git",
"patches" :
[
{
"file" : "${current_json_dir}/../cudf/cpp/cmake/thirdparty/patches/cccl_symbol_visibility.diff",
"fixed_in" : "2.6",
"issue" : "Correct symbol visibility issues in libcudacxx [https://github.com/NVIDIA/cccl/pull/1832/]"
},
{
"file" : "${current_json_dir}/../cudf/cpp/cmake/thirdparty/patches/thrust_disable_64bit_dispatching.diff",
"fixed_in" : "",
"issue" : "Remove 64bit dispatching as not needed by libcudf and results in compiling twice as many kernels [https://github.com/rapidsai/cudf/pull/11437]"
},
{
"file" : "${current_json_dir}/../cudf/cpp/cmake/thirdparty/patches/thrust_faster_sort_compile_times.diff",
"fixed_in" : "",
Expand All @@ -30,7 +20,7 @@
"issue" : "Improve Thrust scan compile times by reducing the number of kernels generated [https://github.com/rapidsai/cudf/pull/8183]"
}
],
"version" : "2.5.0"
"version" : "2.7.0"
},
"GTest" :
{
Expand Down Expand Up @@ -99,9 +89,9 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "dc6c0c1ffa22b61a0663ec266b4a23f1df173234",
"git_tag" : "288535770abbe950ab8ec655d44f5aa9d6704cea",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.12"
"version" : "25.02"
},
"nanoarrow" :
{
Expand Down Expand Up @@ -145,13 +135,21 @@
"git_url" : "https://github.com/NVIDIA/NVTX.git",
"version" : "3.1.0"
},
"rapids_logger" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55",
"git_url" : "https://github.com/rapidsai/rapids-logger.git",
"version" : "c510947ae9d3a67530cfe3e5eaccb5a3b8ea0e55"
},
"rmm" :
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "3b5f6af2eaa0519643ccc2a4c1395307bfd3ad7e",
"git_tag" : "3cad8fed150c3905962ca849b11bfc12fadd2517",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.12"
"version" : "25.02"
},
"spdlog" :
{
Expand Down
Loading