From 235675eb27663e1039e29f4f86a17f3b6d729847 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 25 Nov 2024 17:07:19 -0600 Subject: [PATCH] Update examples/cmake/thirdparty/fetch_rapids.cmake --- examples/cmake/thirdparty/fetch_rapids.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cmake/thirdparty/fetch_rapids.cmake b/examples/cmake/thirdparty/fetch_rapids.cmake index f693e5063..3c5510b8b 100644 --- a/examples/cmake/thirdparty/fetch_rapids.cmake +++ b/examples/cmake/thirdparty/fetch_rapids.cmake @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. -# Use this variable to update RAPIDS and RAFT versions +# Use this variable to update RAPIDS and cuVS versions set(RAPIDS_VERSION "25.02") if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUVS_RAPIDS.cmake)