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

[submodule-sync] bot-submodule-sync-branch-24.08 to branch-24.08 [skip ci] [bot] #2083

Merged
merged 1 commit into from
May 28, 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
22 changes: 21 additions & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"fixed_in" : "",
"issue" : "thrust::copy introduced a change in behavior that causes failures with cudaErrorInvalidValue."
},
{
"file" : "${current_json_dir}/revert_pr_211_cccl_2.5.0.diff",
"fixed_in" : "",
"issue" : "thrust::copy introduced a change in behavior that causes failures with cudaErrorInvalidValue."
},
{
"file" : "cccl/kernel_pointer_hiding.diff",
"fixed_in" : "2.4",
Expand All @@ -42,15 +47,30 @@
"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}/thrust_disable_64bit_dispatching_cccl_2.5.0.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}/thrust_faster_sort_compile_times.diff",
"fixed_in" : "",
"issue" : "Improve Thrust sort compile times by not unrolling loops for inlined comparators [https://github.com/rapidsai/cudf/pull/10577]"
},
{
"file" : "${current_json_dir}/thrust_faster_sort_compile_times_cccl_2.5.0.diff",
"fixed_in" : "",
"issue" : "Improve Thrust sort compile times by not unrolling loops for inlined comparators [https://github.com/rapidsai/cudf/pull/10577]"
},
{
"file" : "${current_json_dir}/thrust_faster_scan_compile_times.diff",
"fixed_in" : "",
"issue" : "Improve Thrust scan compile times by reducing the number of kernels generated [https://github.com/rapidsai/cudf/pull/8183]"
},
{
"file" : "${current_json_dir}/thrust_faster_scan_compile_times_cccl_2.5.0.diff",
"fixed_in" : "",
"issue" : "Improve Thrust scan compile times by reducing the number of kernels generated [https://github.com/rapidsai/cudf/pull/8183]"
}
],
"version" : "2.2.0"
Expand All @@ -67,7 +87,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "474ba658ff2a49cff7f7bc2e5e24be7866195aaf",
"git_tag" : "5e9f0c8970daa715e577ff5c078b390041027f01",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.08"
},
Expand Down
Loading