We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03033b commit c31a082Copy full SHA for c31a082
cmake/NVBenchRapidsCMake.cmake
@@ -2,7 +2,7 @@
2
macro(nvbench_load_rapids_cmake)
3
if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/NVBENCH_RAPIDS.cmake")
4
file(DOWNLOAD
5
- https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.12/RAPIDS.cmake
+ https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.04/RAPIDS.cmake
6
"${CMAKE_CURRENT_BINARY_DIR}/NVBENCH_RAPIDS.cmake"
7
)
8
endif()
0 commit comments