Skip to content

Commit b7e1e5c

Browse files
author
Gregory Stoner
authoredJul 2, 2017
Update ROCmInstall.md
1 parent f253a30 commit b7e1e5c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
 

‎ROCmInstall.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,36 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
3131

3232
### Pre Install Directions
3333

34-
Verify You Have ROCm Capable GPU Installed int the System
34+
#####Verify You Have ROCm Capable GPU Installed int the System
3535

3636
```shell
3737
lspci | grep -i AMD
3838
```
39-
You will see list of AMD GPU's
39+
######You will see list of AMD GPU's
4040

41-
Verify You Have a Supported Version of Linux
41+
##### Verify You Have a Supported Version of Linux
4242

4343
```shell
4444
uname - m && cat /etc/*release
4545
```
4646

47-
You will see some thing like for Ubuntu
47+
###### You will see some thing like for Ubuntu
48+
49+
```shell
4850
x86_64
4951
DISTRIB_ID=Ubuntu
5052
DISTRIB_RELEASE=16.04
5153
DISTRIB_CODENAME=xenial
5254
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
55+
```
5356

54-
Verify version of GCC
57+
##### Verify version of GCC
5558

5659
```shell
5760
gcc --version
5861
```
5962

60-
You will see
63+
###### You will see
6164

6265
```shell
6366
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

0 commit comments

Comments
 (0)
Please sign in to comment.