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

Update to CCCL 2.2.0. #404

Merged
merged 4 commits into from
Dec 18, 2023
Merged

Update to CCCL 2.2.0. #404

merged 4 commits into from
Dec 18, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Dec 7, 2023

This updates cuCollections to use CCCL 2.2.0.

@bdice bdice force-pushed the cccl-2.2.0 branch 2 times, most recently from ccb64ce to c28ebbd Compare December 7, 2023 03:36
rapids-bot bot pushed a commit to rapidsai/rapids-cmake that referenced this pull request Dec 8, 2023
I saw an error (below) and @robertmaynard helped me identify that this change was needed.

I was building cuGraph ([this branch](rapidsai/cugraph#4052)) with rapids-cmake pointing to [this branch](NVIDIA/cuCollections#404) of cuCollections.
```
-- CPM: Adding package [email protected] (cccl-2.2.0)
CMake Error at build/release/_deps/rapids-cmake-src/rapids-cmake/cmake/make_global.cmake:59 (set_target_properties):
  Attempt to promote imported target "CCCL::Thrust" to global scope (by
  setting IMPORTED_GLOBAL) which is not built in this directory.
Call Stack (most recent call first):
  build/release/_deps/rapids-cmake-src/rapids-cmake/cpm/find.cmake:189 (rapids_cmake_make_global)
  build/release/_deps/rapids-cmake-src/rapids-cmake/cpm/cccl.cmake:85 (rapids_cpm_find)
  build/release/_deps/cuco-src/cmake/thirdparty/get_cccl.cmake:18 (rapids_cpm_cccl)
  build/release/_deps/cuco-src/cmake/thirdparty/get_cccl.cmake:21 (find_and_configure_cccl)
  build/release/_deps/cuco-src/CMakeLists.txt:79 (include)
```

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: #500
PointKernel pushed a commit that referenced this pull request Dec 8, 2023
This PR adds more uses of `cuda::proclaim_return_type` so that #404 can
pass CI. This PR can be merged immediately, but #404 needs to wait a bit
longer.
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
cmake/thirdparty/get_cccl.cmake Outdated Show resolved Hide resolved
Copy link
Collaborator

@sleeepyjack sleeepyjack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Let me know when this PR can be merged.
Thanks for your work!

@bdice
Copy link
Contributor Author

bdice commented Dec 18, 2023

This should be ready to merge now. I'll create a follow-up PR to update rapids-cmake, and we'll merge that before starting the CCCL update for all of RAPIDS tomorrow.

@sleeepyjack sleeepyjack merged commit f823d30 into NVIDIA:dev Dec 18, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: build CMake build issue type: feature request New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants