Update CCCL version to v3.2.0-rc2

This commit is contained in:
Oliver Simons 2025-12-19 13:42:27 +01:00
parent 0a17687c72
commit b5ec0fd76c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (CUDAToolkit_FOUND)
FetchContent_Declare(
CCCL
GIT_REPOSITORY https://github.com/nvidia/cccl.git
GIT_TAG v3.2.0-rc1
GIT_TAG v3.2.0-rc2
GIT_SHALLOW TRUE
)