Skip to content

Commit

Permalink
[HIPIFY][doc] CUDA 12.2.2 is the latest supported release
Browse files Browse the repository at this point in the history
+ CUDA 12.2.2 is supported by LLVM >= 16.0.0
+ Updated README.md accordingly
+ Tested on Windows 10 and Ubuntu 21.10
  • Loading branch information
emankov committed Sep 5, 2023
1 parent 70d732e commit 66fbe9a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/hipify-clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After applying all the matchers, the output HIP source is produced.

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

2. [**CUDA**](https://developer.nvidia.com/cuda-downloads) of at least version [8.0](https://developer.nvidia.com/cuda-80-ga2-download-archive), the latest supported version is [**12.2.1**](https://developer.nvidia.com/cuda-downloads).
2. [**CUDA**](https://developer.nvidia.com/cuda-downloads) of at least version [8.0](https://developer.nvidia.com/cuda-80-ga2-download-archive), the latest supported version is [**12.2.2**](https://developer.nvidia.com/cuda-downloads).

<table align="center">
<thead>
Expand Down Expand Up @@ -169,12 +169,12 @@ After applying all the matchers, the output HIP source is produced.
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.4">16.0.4</a>,
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.5">16.0.5</a>,<br>
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.6"><b>16.0.6</b></a></td>
<td bgcolor="eefaeb"><a href="https://developer.nvidia.com/cuda-downloads"><b>12.2.1</b></a></td>
<td bgcolor="eefaeb"><a href="https://developer.nvidia.com/cuda-downloads"><b>12.2.2</b></a></td>
<td colspan=2 bgcolor="eefaeb"><font color="green"><b>LATEST STABLE CONFIG</b></font></td>
</tr>
<tr align="center">
<td><a href="https://github.com/llvm/llvm-project">18.0.0git</a></td>
<td><a href="https://developer.nvidia.com/cuda-downloads">12.2.1</a></td>
<td><a href="https://developer.nvidia.com/cuda-downloads">12.2.2</a></td>
<td>+</td>
<td>+</td>
</tr>
Expand Down Expand Up @@ -389,9 +389,9 @@ Ubuntu 14: LLVM 4.0.0 - 7.1.0, CUDA 7.0 - 9.0, cuDNN 5.0.5 - 7.6.5

Ubuntu 16-18: LLVM 8.0.0 - 14.0.6, CUDA 8.0 - 10.2, cuDNN 5.1.10 - 8.0.5

Ubuntu 20-21: LLVM 9.0.0 - 16.0.6, CUDA 8.0 - 12.2.1, cuDNN 5.1.10 - 8.9.4
Ubuntu 20-21: LLVM 9.0.0 - 16.0.6, CUDA 8.0 - 12.2.2, cuDNN 5.1.10 - 8.9.4

Ubuntu 22: LLVM 13.0.0 - 16.0.6, CUDA 10.0 - 12.2.1, cuDNN 8.0.5 - 8.9.4
Ubuntu 22: LLVM 13.0.0 - 16.0.6, CUDA 10.0 - 12.2.2, cuDNN 8.0.5 - 8.9.4

Minimum build system requirements for the above configurations:

Expand Down Expand Up @@ -578,8 +578,8 @@ Testing Time: 7.90s
| 12.0.0 - 13.0.1 | 7.0 - 11.5.1 | 7.6.5 - 8.3.2 | 2017.15.9.43, 2019.16.11.9 | 3.22.2 | 3.10.2 |
| 14.0.0 - 14.0.6 | 7.0 - 11.7.1 | 8.0.5 - 8.4.1 | 2017.15.9.49, 2019.16.11.17, 2022.17.2.6 | 3.24.0 | 3.10.6 |
| 15.0.0 - 15.0.7 | 7.0 - 11.8.0 | 8.0.5 - 8.8.1 | 2017.15.9.53, 2019.16.11.25, 2022.17.5.2 | 3.26.0 | 3.11.2 |
| 16.0.0 - 16.0.6 | 7.0 - 12.2.1 | 8.0.5 - 8.9.4 | 2017.15.9.56, 2019.16.11.29, 2022.17.7.1 | 3.27.3 | 3.11.4 |
| 18.0.0git | 7.0 - 12.2.1 | 8.0.5 - 8.9.4 | 2017.15.9.56, 2019.16.11.29, 2022.17.7.1 | 3.27.3 | 3.11.4 |
| 16.0.0 - 16.0.6 | 7.0 - 12.2.2 | 8.0.5 - 8.9.4 | 2017.15.9.56, 2019.16.11.29, 2022.17.7.1 | 3.27.3 | 3.11.4 |
| 18.0.0git | 7.0 - 12.2.2 | 8.0.5 - 8.9.4 | 2017.15.9.56, 2019.16.11.29, 2022.17.7.1 | 3.27.3 | 3.11.4 |

*Building with testing support by `Visual Studio 17 2022` on `Windows 10`:*

Expand Down

0 comments on commit 66fbe9a

Please sign in to comment.