File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#=============================================================================
16- cmake_minimum_required (VERSION 3.18 FATAL_ERROR )
16+ cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR )
1717
1818if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR} /CUCO_RAPIDS.cmake)
1919 file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ We recommend using [CMake Package Manager (CPM)](https://github.com/TheLartians/
2828With CPM, getting ` cuCollections ` is easy:
2929
3030```
31- cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
31+ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)
3232
3333include(path/to/CPM.cmake)
3434
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#=============================================================================
16- cmake_minimum_required (VERSION 3.18 FATAL_ERROR )
16+ cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR )
1717
1818CPMAddPackage (
1919 NAME benchmark
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ nvidia-smi
3232
3333gpuci_logger " Install Dependencies"
3434. /opt/conda/etc/profile.d/conda.sh
35- conda create -y -n cuda -c nvidia -c conda-forge " cudatoolkit=${CUDA_VER} " " cmake>=3.18.* "
35+ conda create -y -n cuda -c nvidia -c conda-forge " cudatoolkit=${CUDA_VER} " " cmake>=3.23.1 "
3636conda activate cuda
3737
3838gpuci_logger " Check versions"
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#=============================================================================
16- cmake_minimum_required (VERSION 3.18 FATAL_ERROR )
16+ cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR )
1717
1818###################################################################################################
1919# - compiler function -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#=============================================================================
16- cmake_minimum_required (VERSION 3.18 FATAL_ERROR )
16+ cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR )
1717
1818include (CTest )
1919
You can’t perform that action at this time.
0 commit comments