Skip to content

Commit 5491935

Browse files
authored
Update ROCmInstall.md
1 parent 5631d45 commit 5491935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ROCmInstall.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ In particular, if you are trying to install on a system with a limited amount of
374374
To do that, you can run the following installation command **instead** of the command to install `rocm-dkms`.
375375

376376
```shell
377-
sudo apt-get install dkms rock-dkms rocm-opencl
377+
sudo apt-get install dkms rock-dkms rocm-opencl-dev
378378
```
379379

380380
##### How to uninstall from Ubuntu 16.04 or Ubuntu 18.04
@@ -537,7 +537,7 @@ In particular, if you are trying to install on a system with a limited amount of
537537
To do that, you can run the following installation command **instead** of the command to install `rocm-dkms`.
538538

539539
```shell
540-
sudo yum install rock-dkms rocm-opencl
540+
sudo yum install rock-dkms rocm-opencl-devel
541541
```
542542

543543
##### Compiling applications using HCC, HIP, and other ROCm software

0 commit comments

Comments
 (0)