Skip to content

Commit

Permalink
Merge pull request #300 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][doc] CUDA 11.2.2 is supported
  • Loading branch information
emankov authored Mar 13, 2021
2 parents ad2b32b + e8ed278 commit 9af3407
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After applying all the matchers, the output HIP source is produced.

1. [**LLVM+CLANG**](http://releases.llvm.org) of at least version [3.8.0](http://releases.llvm.org/download.html#3.8.0); the latest stable and recommended release: [**11.1.0**](https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.1.0).

2. [**CUDA**](https://developer.nvidia.com/cuda-downloads) of at least version [7.0](https://developer.nvidia.com/cuda-toolkit-70), the latest supported version is [**11.2.1**](https://developer.nvidia.com/cuda-downloads).
2. [**CUDA**](https://developer.nvidia.com/cuda-downloads) of at least version [7.0](https://developer.nvidia.com/cuda-toolkit-70), the latest supported version is [**11.2.2**](https://developer.nvidia.com/cuda-downloads).

<table align="center">
<thead>
Expand Down Expand Up @@ -141,7 +141,7 @@ After applying all the matchers, the output HIP source is produced.
<tr align="center">
<td bgcolor="eefaeb"><a href="https://releases.llvm.org/download.html#11.0.1">11.0.1</a>,
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.1.0"><b>11.1.0</b></a>
<td bgcolor="eefaeb"><a href="https://developer.nvidia.com/cuda-downloads"><b>11.2.1</b></a></td>
<td bgcolor="eefaeb"><a href="https://developer.nvidia.com/cuda-downloads"><b>11.2.2</b></a></td>
<td colspan=2 bgcolor="eefaeb"><font color="green"><b>LATEST STABLE CONFIG</b></font></td>
</tr>
</tbody>
Expand Down Expand Up @@ -340,7 +340,7 @@ Ubuntu 14: LLVM 4.0.0 - 7.1.0, CUDA 7.0 - 9.0, cuDNN 5.0.5 - 7.6.5.32

Ubuntu 16-18: LLVM 8.0.0 - 11.1.0, CUDA 8.0 - 10.2, cuDNN 5.1.10 - 8.0.5.39

Ubuntu 20: LLVM 9.0.0 - 11.1.0, CUDA 8.0 - 11.2.1, cuDNN 5.1.10 - 8.1.1.33
Ubuntu 20: LLVM 9.0.0 - 11.1.0, CUDA 8.0 - 11.2.2, cuDNN 5.1.10 - 8.1.1.33

Minimum build system requirements for the above configurations:

Expand Down Expand Up @@ -495,8 +495,8 @@ Testing Time: 2.91s
| 8.0.0 - 8.0.1 | 10.0 | 7.6.5.32 | 2017.15.9.15 | 3.14.2, 3.18.0 | 3.7.4, 3.8.5 |
| 9.0.0 - 9.0.1 | 10.1 | 7.6.5.32 | 2017.15.9.20, 2019.16.4.5 | 3.16.4, 3.18.0 | 3.8.0, 3.8.5 |
| 10.0.0 - 11.0.0 | 8.0 - 11.1 | 7.6.5.32 - 8.0.5.39 | 2017.15.9.30, 2019.16.8.3 | 3.19.2 | 3.9.1 |
| 11.0.1 - 11.1.0 | 8.0 - 11.2.1 | 7.6.5.32 - 8.0.5.39 | 2017.15.9.31, 2019.16.8.4 | 3.19.3 | 3.9.2 |
| 13.0.0git | 8.0 - 11.2.1 | 7.6.5.32 - 8.1.1.33 | 2017.15.9.33, 2019.16.9.0 | 3.19.4 | 3.9.2 |
| 11.0.1 - 11.1.0 | 8.0 - 11.2.2 | 7.6.5.32 - 8.0.5.39 | 2017.15.9.31, 2019.16.8.4 | 3.19.3 | 3.9.2 |
| 13.0.0git | 8.0 - 11.2.2 | 7.6.5.32 - 8.1.1.33 | 2017.15.9.34, 2019.16.9.1 | 3.19.4 | 3.9.2 |
*Building with testing support by `Visual Studio 16 2019` on `Windows 10`:*
Expand Down Expand Up @@ -597,4 +597,4 @@ The information contained herein is for informational purposes only, and is subj

AMD, the AMD Arrow logo, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies.

Copyright (c) 2014-2021 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2016-2021 Advanced Micro Devices, Inc. All rights reserved.

0 comments on commit 9af3407

Please sign in to comment.