Skip to content

Commit

Permalink
[HIPIFY][doc] Point to releases on GitHub instead of llvm.org for LLV…
Browse files Browse the repository at this point in the history
…M >= 10

[Reason]
+ Not all of the GitHub releases for LLVM < 10 contain pre-built binaries
+ Releases for LLVM < 7 are not presented on GitHub
  • Loading branch information
emankov committed Sep 18, 2023
1 parent 0a21215 commit 6567d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hipify-clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ After applying all the matchers, the output HIP source is produced.
<td>+</td>
</tr>
<tr align="center">
<td rowspan=2><a href="http://releases.llvm.org/download.html#10.0.0">10.0.0</a>,
<a href="http://releases.llvm.org/download.html#10.0.1">10.0.1</a></td>
<td rowspan=2><a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0">10.0.0</a>,
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.1">10.0.1</a></td>
<td><a href="https://developer.nvidia.com/cuda-11.0-download-archive">11.0</a></td>
<td>+</td>
<td>+</td>
Expand All @@ -104,7 +104,7 @@ After applying all the matchers, the output HIP source is produced.
<a href="../patches/patch_for_clang_10.0.1_bug_47332.zip">patch for 10.0.1</a>***<br></td>
</tr>
<tr align="center">
<td rowspan=2><a href="http://releases.llvm.org/download.html#11.0.0">11.0.0</a></td>
<td rowspan=2><a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0">11.0.0</a></td>
<td><a href="https://developer.nvidia.com/cuda-11.0-download-archive">11.0</a></td>
<td>+</td>
<td>+</td>
Expand Down

0 comments on commit 6567d8f

Please sign in to comment.