Skip to content

Commit 73034bf

Browse files
committed
Update kernel version support.
1 parent da86af2 commit 73034bf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ROCmInstall.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
2828
|Distribution |Kernel |GCC |GLIBC |
2929
|:--------------|:------|:------|:------|
3030
|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 |
3333

3434
### Pre Install Directions
3535

install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Table 1. Native Linux Distribution Support in ROCm 1.6
6363
|Distribution |Kernel |GCC |GLIBC |
6464
|:--------------|:------|:------|:------|
6565
|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 |
6868

6969
#### Supported CPUs
7070
The ROCm Platform leverages PCIe Atomics (Fetch ADD, Compare and SWAP,

install_issues.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
--
22
layout: default
33
title: Install FAQ
44
---
@@ -140,9 +140,9 @@ the package configuration file to point at the localized repo.
140140
#### Debian Archive Example
141141

142142
```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
144144
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
146146
sudo apt-get update && sudo apt-get install rocm
147147
```
148148

@@ -154,13 +154,13 @@ Add a /etc/yum.d/rocm.local.repo file with the following contents:
154154
```shell
155155
[remote]
156156
name=ROCm Repo
157-
baseurl=file://packages.amd.com/rocm/yum/rpm/
157+
baseurl=file://tmp/yum_1.6.0/
158158
enabled=1
159159
gpgcheck=0
160160
```
161161

162162
```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
164164
tar –xvf yum_1.6.0.tar.bz2
165165
```
166166

0 commit comments

Comments
 (0)