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

Upgrade to nvCOMP 3.0.4 #13815

Merged
merged 12 commits into from
Nov 10, 2023
2 changes: 2 additions & 0 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake)
${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake
)
endif()
set(rapids-cmake-repo vuule/rapids-cmake)
set(rapids-cmake-branch upgrade-nvcomp-3.0.0)
include(${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake)