From bf460987207b66a21a8fef7241c6d3c788a9afc9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 7 Jun 2023 18:13:05 -0500 Subject: [PATCH] Test benchmark 1.8.0 from rapids-cmake. --- fetch_rapids.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 344ee03836..8571b4aff3 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -12,6 +12,8 @@ # the License. # ============================================================================= if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUML_RAPIDS.cmake) + set(rapids-cmake-repo vyasr/rapids-cmake) + set(rapids-cmake-branch fix/benchmark_name) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/CUML_RAPIDS.cmake )