mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Update README.md
Clarify OpenCL support for OS versions and ASICS.
This commit is contained in:
13
README.md
13
README.md
@@ -90,7 +90,8 @@ a list of motherboard that are qualified for use with ROCm.
|
|||||||
runtime
|
runtime
|
||||||
* Supports offline ahead of time compilation today;
|
* Supports offline ahead of time compilation today;
|
||||||
during the Beta phase we will add in-process/in-memory compilation.
|
during the Beta phase we will add in-process/in-memory compilation.
|
||||||
* Binary Package support for Ubuntu 14.04 and 16.04
|
* Binary Package support for Ubuntu 16.04 only
|
||||||
|
* Supports Fiji, Baffin and Ellesmere ASICS only
|
||||||
|
|
||||||
#### IPC support
|
#### IPC support
|
||||||
|
|
||||||
@@ -165,10 +166,18 @@ We recommend you [verify your installation](https://github.com/RadeonOpenCompute
|
|||||||
|
|
||||||
##### Start by following the istruction of installing ROCm with Debian Repository:
|
##### Start by following the istruction of installing ROCm with Debian Repository:
|
||||||
|
|
||||||
at the step "sudo apt-get install rocm" replace it with
|
at the step "sudo apt-get install rocm" replace it with:
|
||||||
|
|
||||||
|
```shell
|
||||||
sudo apt-get install rocm opencl-rocm
|
sudo apt-get install rocm opencl-rocm
|
||||||
|
```
|
||||||
|
|
||||||
|
To install the development kit for opencl, which includes the OpenCL header files, execute this installation command instead:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt-get install rocm opencl-rocm-dev
|
||||||
|
```
|
||||||
|
|
||||||
Then follow the direction for Debian Repository
|
Then follow the direction for Debian Repository
|
||||||
|
|
||||||
###### Upon restart, To test your OpenCL instance
|
###### Upon restart, To test your OpenCL instance
|
||||||
|
|||||||
Reference in New Issue
Block a user