From 37b3d0d8ded33ea2662568ab17f614bed1662159 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 13 Feb 2020 18:34:10 +0300 Subject: [PATCH] [HIPIFY][doc] Update README.md: Windows tested configurations [ROCm/hip commit: 084b2fa0f6de04f22832e924f17ea6cca6ebf16b] --- projects/hip/hipify-clang/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/hip/hipify-clang/README.md b/projects/hip/hipify-clang/README.md index 86a97dbe29..950482b7ed 100644 --- a/projects/hip/hipify-clang/README.md +++ b/projects/hip/hipify-clang/README.md @@ -393,19 +393,19 @@ Testing Time: 3.07s ``` ### hipify-clang: Windows -On Windows 10 the following configurations are tested: +*Tested configurations:* -LLVM 5.0.0 - 5.0.2, CUDA 8.0, cudnn 5.1.10 - 7.1.4.18 +| **LLVM** | **CUDA** | **cuDNN** | **Visual Studio** | **cmake** | **Python** | +|:--------------:|---------:|--------------------:|--------------------------:|----------:|-----------:| +| 5.0.0 - 5.0.2 | 8.0 | 5.1.10 - 7.1.4.18 | 2017.15.5.2 | 3.5.1 | 3.6.4 | +| 6.0.0 - 6.0.1 | 9.0 | 7.0.5.15 - 7.6.5.32 | 2017.15.5.5 | 3.6.0 | 3.7.2 | +| 7.0.0 - 7.1.0 | 9.2 | 7.6.5.32 | 2017.15.9.11 | 3.13.3 | 3.7.3 | +| 8.0.0 - 8.0.1 | 10.0 | 7.6.5.32 | 2017.15.9.15 | 3.14.2 | 3.7.4 | +| 9.0.0 - 9.0.1 | 10.1 | 7.6.5.32 | 2017.15.9.20, 2019.16.4.5 | 3.16.4 | 3.8.0 | +| 10.0.0-rc1 | 10.2 | 7.6.5.32 | 2017.15.9.20, 2019.16.4.5 | 3.16.4 | 3.8.1 | +| 11.0.0git | 10.2 | 7.6.5.32 | 2017.15.9.20, 2019.16.4.5 | 3.16.4 | 3.8.1 | -LLVM 6.0.0 - 6.0.1, CUDA 9.0, cudnn 7.0.5.15 - 7.6.5.32 - -LLVM 7.0.0 - 10.0.0-rc1, CUDA 7.5 - 10.2, cudnn 7.0.5.15 - 7.6.5.32 - -Build system requirements for the latest stable configuration LLVM 9.0.1/CUDA 10.1 Update 2: - -Python 3.6.0 - 3.8.1, cmake 3.5.1 - 3.16.3, Visual Studio 2017 (15.5.2) - 2019 (16.4.4). - -Here is an example of building `hipify-clang` with testing support on `Windows 10` by `Visual Studio 16 2019`: +*Building with testing support on `Windows 10` by `Visual Studio 16 2019`:* ```shell cmake