Skip to content

Commit

Permalink
Use CCCL v2.7.0 final tag. (#743)
Browse files Browse the repository at this point in the history
CCCL is currently pinned to `v2.7.0-rc2`. Now that a final tag for `v2.7.0` is available, we should use that instead.

See diff: NVIDIA/cccl@v2.7.0-rc2...v2.7.0

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

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

URL: #743
  • Loading branch information
bdice authored Jan 17, 2025
1 parent fa580e5 commit af4fe43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "2.7.0",
"git_shallow": false,
"git_url": "https://github.com/NVIDIA/cccl.git",
"git_tag": "83028fcdcfa8de51ab359e61ce07198a6003a65e"
"git_tag": "v${version}"
},
"cuco": {
"version": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions testing/cpm/cpm_cccl-version-2-7.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,7 +32,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/override.json
"version": "2.7.0",
"git_shallow": false,
"git_url": "https://github.com/NVIDIA/cccl.git",
"git_tag": "v2.7.0-rc2"
"git_tag": "v2.7.0"
}
}
}
Expand Down

0 comments on commit af4fe43

Please sign in to comment.