Skip to content

Commit

Permalink
Update cuco git tag (#10788)
Browse files Browse the repository at this point in the history
Closes #10572

This PR fetches the changes in NVIDIA/cuCollections#151 to avoid launching kernels with 0 threads.

Authors:
  - Yunsong Wang (https://github.com/PointKernel)

Approvers:
  - Mark Harris (https://github.com/harrism)

URL: #10788
  • Loading branch information
PointKernel authored May 5, 2022
1 parent 14b5169 commit d994905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_cucollections.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function(find_and_configure_cucollections)
GLOBAL_TARGETS cuco::cuco
BUILD_EXPORT_SET cudf-exports
CPM_ARGS GITHUB_REPOSITORY NVIDIA/cuCollections
GIT_TAG fb58a38701f1c24ecfe07d8f1f208bbe80930da5
GIT_TAG 8b15f06f38d034e815bc72045ca3403787f75e07
EXCLUDE_FROM_ALL ${BUILD_SHARED_LIBS}
OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"
)
Expand Down

0 comments on commit d994905

Please sign in to comment.