From dafaad4b36ea0620cc40ef2f9298bd1416d36ecd Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sat, 6 Jul 2024 12:47:55 -0700 Subject: [PATCH] Remove CCCL patch for PR 211. --- cpp/cmake/thirdparty/patches/cccl_override.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpp/cmake/thirdparty/patches/cccl_override.json b/cpp/cmake/thirdparty/patches/cccl_override.json index e61102dffac..2f29578f7ae 100644 --- a/cpp/cmake/thirdparty/patches/cccl_override.json +++ b/cpp/cmake/thirdparty/patches/cccl_override.json @@ -3,11 +3,6 @@ "packages" : { "CCCL" : { "patches" : [ - { - "file" : "cccl/revert_pr_211.diff", - "issue" : "thrust::copy introduced a change in behavior that causes failures with cudaErrorInvalidValue.", - "fixed_in" : "" - }, { "file" : "${current_json_dir}/thrust_disable_64bit_dispatching.diff", "issue" : "Remove 64bit dispatching as not needed by libcudf and results in compiling twice as many kernels [https://github.com/rapidsai/cudf/pull/11437]",