Skip to content

Commit

Permalink
LINUXSUPPORT typos corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-ethan committed Jul 8, 2019
1 parent 1c8d393 commit 1fb1ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/LINUXSUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ If using a GUI on SLES-15-SP1, such as gnome, the installation of CUDA may cause
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
```
<b>Install and setup Devtoolset-7</b></br>
Devtoolset-7 is recommended, follow instructions 1-3 here:<br><br>
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/<br>
Devtoolset-7 is recommended, follow instructions 1-3 here:<br>
Note that devtoolset-7 is a Software Collections package, and it is not supported by AMD.
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/<br>

<br><b>Install dkms tool</b>
<b>Install dkms tool</b>
```
sudo yum install -y epel-release
sudo yum install -y dkms kernel-headers-`uname -r` kernel-devel-`uname -r`
Expand All @@ -107,7 +107,7 @@ Create a /etc/yum.repos.d/rocm.repo file with the following contents:
### NVIDIA CUDA Driver
To build AOMP with support for nvptx GPUs, you must first install CUDA 10. We recommend CUDA 10.0. CUDA 10.1 will not work until AOMP moves to the trunk development of LLVM 9. The CUDA installation is now optional.

<b>Download Instructions for CUDA (SLES15)</b>
<b>Download Instructions for CUDA (CentOS/RHEL 7)</b>
1. Go to https://developer.nvidia.com/cuda-10.0-download-archive
2. For SLES-15, select Linux, x86_64, RHEL or CentOS, 7, rpm(local) and then click Download.
3. Navigate to the rpm in your Linux directory and run the following commands:
Expand Down

0 comments on commit 1fb1ab7

Please sign in to comment.