Skip to content

Commit f253a30

Browse files
author
Gregory Stoner
authored
Update ROCmInstall.md
1 parent 78372fe commit f253a30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ROCmInstall.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
3434
Verify You Have ROCm Capable GPU Installed int the System
3535

3636
```shell
37-
$ lspci | grep -i AMD
37+
lspci | grep -i AMD
3838
```
39+
You will see list of AMD GPU's
3940

4041
Verify You Have a Supported Version of Linux
4142

4243
```shell
43-
$ uname - m && cat /etc/*release
44+
uname - m && cat /etc/*release
4445
```
4546

4647
You will see some thing like for Ubuntu

0 commit comments

Comments
 (0)