Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HIPIFY][doc] 3rd parties software versions update #967

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/hipify-clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,15 @@ 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.0, cuDNN 5.1.10 - 8.9.3

Ubuntu 22: LLVM 13.0.0 - 16.0.6, CUDA 10.0 - 12.2.0, cuDNN 8.0.5 - 8.9.3

Minimum build system requirements for the above configurations:

Python 2.7, cmake 3.16.8, GNU C/C++ 7.5.

Recommended build system requirements:

Python 3.9.7, cmake 3.22.0, GNU C/C++ 11.2.
Python 3.11.4, cmake 3.27.0, GNU C/C++ 12.0.

Here is an example of building `hipify-clang` with testing support on `Ubuntu 21.10.0`:

Expand Down Expand Up @@ -576,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.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 |
| 17.0.0git | 7.0 - 12.2.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.4 | 3.26.4 | 3.11.4 |
| 16.0.0 - 16.0.6 | 7.0 - 12.2.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.5 | 3.27.0 | 3.11.4 |
| 17.0.0git | 7.0 - 12.2.0 | 8.0.5 - 8.9.3 | 2017.15.9.55, 2019.16.11.27, 2022.17.6.5 | 3.27.0 | 3.11.4 |

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

Expand Down