Skip to content

Commit

Permalink
Update versions to 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Apr 1, 2024
1 parent fda0aab commit 96661e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)

include(FetchContent)

project(GPUTreeShap VERSION 23.08.00 LANGUAGES CXX CUDA)
project(GPUTreeShap VERSION 24.04.00 LANGUAGES CXX CUDA)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CUDA_STANDARD 17)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "GPUTreeShap"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "23.08"
PROJECT_NUMBER = "24.04"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the License.
# =============================================================================
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/GPUTREESHAP_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.04/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/GPUTREESHAP_RAPIDS.cmake
)
endif()
Expand Down

0 comments on commit 96661e5

Please sign in to comment.