File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -31,33 +31,36 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
31
31
32
32
### Pre Install Directions
33
33
34
- Verify You Have ROCm Capable GPU Installed int the System
34
+ ##### Verify You Have ROCm Capable GPU Installed int the System
35
35
36
36
``` shell
37
37
lspci | grep -i AMD
38
38
```
39
- You will see list of AMD GPU's
39
+ ###### You will see list of AMD GPU's
40
40
41
- Verify You Have a Supported Version of Linux
41
+ ##### Verify You Have a Supported Version of Linux
42
42
43
43
``` shell
44
44
uname - m && cat /etc/* release
45
45
```
46
46
47
- You will see some thing like for Ubuntu
47
+ ###### You will see some thing like for Ubuntu
48
+
49
+ ``` shell
48
50
x86_64
49
51
DISTRIB_ID=Ubuntu
50
52
DISTRIB_RELEASE=16.04
51
53
DISTRIB_CODENAME=xenial
52
54
DISTRIB_DESCRIPTION=" Ubuntu 16.04.2 LTS"
55
+ ```
53
56
54
- Verify version of GCC
57
+ ##### Verify version of GCC
55
58
56
59
``` shell
57
60
gcc --version
58
61
```
59
62
60
- You will see
63
+ ###### You will see
61
64
62
65
``` shell
63
66
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
You can’t perform that action at this time.
0 commit comments