Skip to content

Commit

Permalink
Add in upstream CCCL patches
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 16, 2023
1 parent d93a9b4 commit 0c4634b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/cmake/thirdparty/patches/cccl_override.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"packages" : {
"CCCL" : {
"patches" : [
{
"file" : "cccl/bug_fixes.diff",
"issue" : "CCCL installs header-search.cmake files in nondeterministic order and has a typo in checking target creation that leads to duplicates",
"fixed_in" : "2.3"
},
{
"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]",
Expand Down

0 comments on commit 0c4634b

Please sign in to comment.