Skip to content

Commit

Permalink
Updated RAPIDS-cmake and nvbench
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick committed Dec 9, 2023
1 parent db87792 commit 612badf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20.1)
cmake_minimum_required(VERSION 3.23.1)

# Used for config file generation
if(NOT DEFINED PROJECT_NAME)
Expand Down
2 changes: 1 addition & 1 deletion cmake/GetNVBench.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ function(find_and_configure_nvbench VERSION)
endfunction()

# NVBench doesn't tag yet
set(CUDA_MATX_MIN_VERSION_nvbench "1a13a2e")
set(CUDA_MATX_MIN_VERSION_nvbench "7521229")
find_and_configure_nvbench(${CUDA_MATX_MIN_VERSION_nvbench})

0 comments on commit 612badf

Please sign in to comment.