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 NVIDIA CCCL to v2.7.0 #816

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

stephenswat
Copy link
Member

@stephenswat stephenswat commented Jan 21, 2025

This commit updates NVIDIA CCCL to version 2.7.0 and starts following the official repository rather than my fork.

Closes #660.

Depends on #815.

@stephenswat stephenswat added the build This relates to the build system label Jan 21, 2025
@stephenswat stephenswat marked this pull request as ready for review January 22, 2025 19:00
stephenswat added a commit to stephenswat/traccc that referenced this pull request Jan 22, 2025
It turns out (see acts-project#816) that simply removing Thrust from the core
library is not enough; it needs to be further removed from the common
device code, too. Although this commit is unlikely to resolve the issue
(as some Thrust functions are still called in the common device code),
removing the last use of the Thrust pair type serves to make me feel
better.
@stephenswat stephenswat force-pushed the build/cccl_2_7_0 branch 2 times, most recently from 702bf3f to 5fce862 Compare January 24, 2025 10:46
This commit updates NVIDIA CCCL to version 2.7.0 and starts following
the official repository rather than my fork.

In order to make this work, I had to incorporate a temporary workaround
for intel/llvm#15544 until we start using a
release with intel/llvm#15443.

Closes acts-project#660.
@stephenswat stephenswat merged commit 2b95e84 into acts-project:main Jan 24, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build This relates to the build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CCCL dependency should be from the official repository
2 participants