From c3b3de7f95d714f8b3359829b461b02fffcb720f Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Thu, 17 Oct 2019 21:21:24 +0000 Subject: [PATCH] [HIPIFY][cmake] Make CMakeLists use default 3.5.1 for Ubuntu 16.04 [ROCm/hip commit: 31e57f8b64c3a4b8768aa67ab87ab26cf3003abb] --- projects/hip/hipify-clang/CMakeLists.txt | 2 +- projects/hip/hipify-clang/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip/hipify-clang/CMakeLists.txt b/projects/hip/hipify-clang/CMakeLists.txt index bf4ef6872d..25076a8895 100644 --- a/projects/hip/hipify-clang/CMakeLists.txt +++ b/projects/hip/hipify-clang/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.2) +cmake_minimum_required(VERSION 3.5.1) project(hipify-clang) diff --git a/projects/hip/hipify-clang/README.md b/projects/hip/hipify-clang/README.md index f53a87f95c..da5abc19da 100644 --- a/projects/hip/hipify-clang/README.md +++ b/projects/hip/hipify-clang/README.md @@ -196,7 +196,7 @@ Ubuntu 16-18: LLVM 8.0.0 - 9.0.0, CUDA 8.0 - 10.1, cudnn-5.1.10 - cudnn-7.6.4.38 Minimum build system requirements for the above configurations: -Python 2.7, cmake 3.5.2, GNU C/C++ 5.4.0. +Python 2.7, cmake 3.5.1, GNU C/C++ 5.4.0. Here is an example of building `hipify-clang` with testing support on `Ubuntu 16.04`: @@ -346,7 +346,7 @@ LLVM 7.0.0 - 9.0.0, CUDA 7.5 - 10.1, cudnn 7.0.5.15 - 7.6.4.38 Build system requirements for the latest configuration LLVM 9.0.0/CUDA 10.1 Update 2: -Python 3.6.0 - 3.8.0, cmake 3.5.2 - 3.15.5, Visual Studio 2017 (15.5.2) - 2019 (16.3.5). +Python 3.6.0 - 3.8.0, cmake 3.5.1 - 3.15.5, Visual Studio 2017 (15.5.2) - 2019 (16.3.5). Here is an example of building `hipify-clang` with testing support on `Windows 10` by `Visual Studio 16 2019`: