Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CMake/resolve_dependency_modules/cudf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cmake_minimum_required(VERSION 3.30.4)

# Add velox_resolve_dependency_url here for rapids-cmake, rmm, and kvikio if a specific version or commit is needed.

set(VELOX_cudf_VERSION 25.12 CACHE STRING "cudf version")
set(VELOX_cudf_VERSION 26.02 CACHE STRING "cudf version")

set(
VELOX_cudf_BUILD_SHA256_CHECKSUM
4ec101a368e1423a1a3831a121f0d24e2d91ed044aed68faee0ba18fda38b450
96b54c2b33281f58183978429933740869ef384d2687308699a257b05076d4fd
)
set(
VELOX_cudf_SOURCE_URL
"https://github.com/rapidsai/cudf/archive/181bd7b85c614e9c8f755a62f07f4b9c9334b615.tar.gz"
"https://github.com/rapidsai/cudf/archive/3f85f626633ca4202941cc3bf3112bcd319eab8e.tar.gz"
)
velox_resolve_dependency_url(cudf)

Expand Down
Loading