Skip to content

Commit 612db61

Browse files
authored
CUDA : Update CCCL-tag for 3.2 to final release from RC (ggml-org#19486)
CCCL 3.2 has been released since it was added to llama.cpp as part of the backend-sampling PR, and it makes sense to update from RC to final released version. https://github.com/NVIDIA/cccl/releases/tag/v3.2.0
1 parent 57487a6 commit 612db61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggml/src/ggml-cuda/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if (CUDAToolkit_FOUND)
6464
FetchContent_Declare(
6565
CCCL
6666
GIT_REPOSITORY https://github.com/nvidia/cccl.git
67-
GIT_TAG v3.2.0-rc2
67+
GIT_TAG v3.2.0
6868
GIT_SHALLOW TRUE
6969
)
7070

0 commit comments

Comments
 (0)