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 1 commit
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
Prev Previous commit
Auto-merge use branch-25.02 versions
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto committed Dec 13, 2024
commit 13ca35e39ac04b005a9ff41c4f75bfc6fe16868b
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 478 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 @@
cb1a30c8f12923fe1f56b1948cb8b26d5676f6b9
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" : "e2ff91954a2ebe3ee65e0a1568e9d77cb195164d",
"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" : "b391ce867a62bbfc3283779d70231be5b00e2e84",
"git_tag" : "3cad8fed150c3905962ca849b11bfc12fadd2517",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.12"
"version" : "25.02"
},
"spdlog" :
{
Expand Down
Loading