[HIPIFY][doc] Update README.md due to new LLVM 7.0.0 and CUDA 10.0 releases.

[ROCm/clr commit: a7e75c72ee]
This commit is contained in:
Evgeny Mankov
2018-09-26 17:01:59 +03:00
rodzic 11dde91716
commit 298ca9b3cd
@@ -29,11 +29,16 @@
##<a name="dependencies"></a>Dependencies
`hipify-clang` requires:
1. LLVM+CLANG of at least version 3.8.0, latest stable and recommended release is 6.0.1.
2. CUDA at least version 7.5, latest supported release is 9.0.
1. LLVM+CLANG of at least version 3.8.0, latest stable and recommended releases:
6.0.1 (linux and windows),
| **LLVM release version** | **CUDA latest supported version** |
|:------------------------:|:---------------------------------:|
7.0.0 (linux only).
2. CUDA at least version 7.5, latest supported release is 9.2.
| **LLVM release version** | **CUDA latest supported version** |**Comments**|
|:------------------------:|:---------------------------------:|:-------- -:|
| 3.8.0 | 7.5 |
| 3.8.1 | 7.5 |
| 3.9.0 | 7.5 |
@@ -45,6 +50,8 @@
| 5.0.2 | 8.0 |
| 6.0.0 | 9.0 |
| 6.0.1 | 9.0 |
| 7.0.0 | 9.2 | linux only |
| | 10.0 | not yet supported |
In most cases, you can get a suitable version of LLVM+CLANG with your package manager.