Skip to content

Commit

Permalink
Merge branch 'branch-22.02' into branch-21.12-merge-22.02
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 17, 2021
2 parents 4d1d201 + 3a7e3ed commit 5dd75eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# raft 22.02.00 (Date TBD)

Please see https://github.com/rapidsai/raft/releases/tag/v22.02.00a for the latest changes to this development branch.

# raft 21.12.00 (Date TBD)

Please see https://github.com/rapidsai/raft/releases/tag/v21.12.00a for the latest changes to this development branch.
Expand Down
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#=============================================================================

cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-21.12/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(rapids-cmake)
Expand All @@ -26,7 +26,7 @@ include(rapids-find)

rapids_cuda_init_architectures(RAFT)

project(RAFT VERSION 21.12.00 LANGUAGES CXX CUDA)
project(RAFT VERSION 22.02.00 LANGUAGES CXX CUDA)

##############################################################################
# - build type ---------------------------------------------------------------
Expand Down

0 comments on commit 5dd75eb

Please sign in to comment.