diff --git a/thirdparty/cudf b/thirdparty/cudf index 8458306ecb..27220d6aba 160000 --- a/thirdparty/cudf +++ b/thirdparty/cudf @@ -1 +1 @@ -Subproject commit 8458306ecbc17d3977a98e2e33752b678394f588 +Subproject commit 27220d6aba0728930f6e2922a7a27e9e503c2add diff --git a/thirdparty/cudf-pins/versions.json b/thirdparty/cudf-pins/versions.json index 4353cba0ea..900d93f9f8 100644 --- a/thirdparty/cudf-pins/versions.json +++ b/thirdparty/cudf-pins/versions.json @@ -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", @@ -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" @@ -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" },