Skip to content

Commit

Permalink
Fetch main branch of CCCL, using cudax
Browse files Browse the repository at this point in the history
  • Loading branch information
caugonnet committed Dec 12, 2024
1 parent 5a33526 commit 9325207
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cpp/cmake/thirdparty/cccl_override.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages": {
"cccl": {
"version": "2.8.0",
"git_url": "https://github.com/NVIDIA/cccl.git",
"git_tag": "main"
}
}
}
7 changes: 7 additions & 0 deletions cpp/cmake/thirdparty/get_cccl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
# This function finds CCCL and sets any additional necessary environment variables.
function(find_and_configure_cccl)
include(${rapids-cmake-dir}/cpm/cccl.cmake)
include(${rapids-cmake-dir}/cpm/package_override.cmake)

rapids_cpm_package_override("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/cccl_override.json")

# Enable cudax namespace install
set(CCCL_ENABLE_UNSTABLE ON)

rapids_cpm_cccl(BUILD_EXPORT_SET cugraph-exports INSTALL_EXPORT_SET cugraph-exports)
endfunction()

Expand Down

0 comments on commit 9325207

Please sign in to comment.