File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
28
28
| Distribution | Kernel | GCC | GLIBC |
29
29
| :--------------| :------| :------| :------|
30
30
| x86_64 | | | |
31
- | Fedora 24 | 4.9 | 5.40 | 2.23 |
32
- | Ubuntu 16.04 | 4.9 | 5.40 | 2.23 |
31
+ | Fedora 24 | 4.11 | 5.40 | 2.23 |
32
+ | Ubuntu 16.04 | 4.11 | 5.40 | 2.23 |
33
33
34
34
### Pre Install Directions
35
35
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
63
63
| Distribution | Kernel | GCC | GLIBC |
64
64
| :--------------| :------| :------| :------|
65
65
| x86_64 | | | |
66
- | Fedora 24 | 4.9 | 5.40 | 2.23 |
67
- | Ubuntu 16.04 | 4.9 | 5.40 | 2.23 |
66
+ | Fedora 24 | 4.11 | 5.40 | 2.23 |
67
+ | Ubuntu 16.04 | 4.11 | 5.40 | 2.23 |
68
68
69
69
#### Supported CPUs
70
70
The ROCm Platform leverages PCIe Atomics (Fetch ADD, Compare and SWAP,
Original file line number Diff line number Diff line change 1
- ---
1
+ --
2
2
layout: default
3
3
title: Install FAQ
4
4
---
@@ -140,9 +140,9 @@ the package configuration file to point at the localized repo.
140
140
#### Debian Archive Example
141
141
142
142
``` shell
143
- cd /temp && wget http://radeon. repo.com/rocm/archive/apt_1.6.0.tar.bz2
143
+ cd /tmp && wget http://repo.radeon .com/rocm/archive/apt_1.6.0.tar.bz2
144
144
tar -xvf apt_1.6.0.tar.bz2
145
- sudo echo ' deb [amd64] file://temp /apt_1.6.0 xenial main'
145
+ sudo sh -c " echo deb [amd64] file://tmp /apt_1.6.0 xenial main" > /etc/apt/sources.list.d/rocm.list
146
146
sudo apt-get update && sudo apt-get install rocm
147
147
```
148
148
@@ -154,13 +154,13 @@ Add a /etc/yum.d/rocm.local.repo file with the following contents:
154
154
``` shell
155
155
[remote]
156
156
name=ROCm Repo
157
- baseurl=file://packages.amd.com/rocm/yum/rpm /
157
+ baseurl=file://tmp/yum_1.6.0 /
158
158
enabled=1
159
159
gpgcheck=0
160
160
```
161
161
162
162
``` shell
163
- cd /temp && wget http://radeon.repo.com/rocm/archive/yum_1.6.0.tar.bz2
163
+ cd /tmp && wget http://radeon.repo.com/rocm/archive/yum_1.6.0.tar.bz2
164
164
tar –xvf yum_1.6.0.tar.bz2
165
165
```
166
166
You can’t perform that action at this time.
0 commit comments