Merge pull request #690 from emankov/hipBLAS

[HIPIFY][doc] Update README.md due to new LLVM 7.0.0 and CUDA 10.0 re…
Этот коммит содержится в:
Evgeny Mankov
2018-09-26 17:05:47 +03:00
коммит произвёл GitHub
родитель e7529f14b6 221ef1db1f
Коммит 23448bbf9b
+11 -4
Просмотреть файл
@@ -30,11 +30,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 |
@@ -46,6 +51,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.