Skip to content

Commit

Permalink
Updated release versions for 0.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-ethan committed Sep 4, 2019
1 parent 4adc646 commit 7c5af39
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
AOMP - V 0.7-0
AOMP - V 0.7-1
==============

AOMP: AMD OpenMP Compiler

This is README.md for https://github.com/ROCM-Developer-Tools/aomp . This is the base repository for AOMP. Use this for issues, documentation, packaging, examples, and building.

The last release of AOMP is version 0.7-0. Currently version 0.7-1 is under development.
The last release of AOMP is version 0.7-1. Currently version 0.7-2 is under development.

AOMP is an experimental compiler that is intended to support multiple programming models including OpenMP,
HIP, device OpenCL, and cuda clang. It supports offloading to multiple GPU acceleration targets(multi-target).
Expand Down
2 changes: 1 addition & 1 deletion bin/aomp_common_vars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Set the AOMP VERSION STRING.
# After a release, this is changed to the next release under development
AOMP_VERSION=${AOMP_VERSION:-"0.7"}
AOMP_VERSION_MOD=${AOMP_VERSION_MOD:-"1"}
AOMP_VERSION_MOD=${AOMP_VERSION_MOD:-"2"}
AOMP_VERSION_STRING=${AOMP_VERSION_STRING:-"$AOMP_VERSION-$AOMP_VERSION_MOD"}
ROCM_VERSION="2.7.22"
export AOMP_VERSION_STRING AOMP_VERSION AOMP_VERSION_MOD ROCM_VERSION
Expand Down
6 changes: 3 additions & 3 deletions docs/RHELINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ sudo yum install perl-Digest-MD5
```
### Download and Install
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_REDHAT_7-0.7-0.x86_64.rpm
sudo rpm -i aomp_REDHAT_7-0.7-0.x86_64.rpm
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_REDHAT_7-0.7-1.x86_64.rpm
sudo rpm -i aomp_REDHAT_7-0.7-1.x86_64.rpm
```
If CUDA is not installed the installation may cancel, to bypass this:
```
sudo rpm -i --nodeps aomp_REDHAT_7-0.7-0.x86_64.rpm.
sudo rpm -i --nodeps aomp_REDHAT_7-0.7-1.x86_64.rpm.
```
Confirm AOMP environment variable is set:
```
Expand Down
12 changes: 6 additions & 6 deletions docs/RPMINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
### RPM Install
For rpm-based Linux distributions, use this rpm
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/r/aomp-0.7-0.x86_64.rpm
sudo rpm -i aomp-0.7-0.x86_64.rpm
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_SLES15_SP1-0.7-1.x86_64.rpm
sudo rpm -i aomp-0.7-1.x86_64.rpm
```
-->
### No root RPM install

By default, the packages install their content to the release directory /opt/rocm/aomp_0.X-Y and then a symbolic link is created at /opt/rocm/aomp to the release directory. This requires root access.
By default, the packages install their content to the release directory /usr/lib/aomp_0.X-Y and then a symbolic link is created at /usr/lib/aomp to the release directory. This requires root access.

To install the rpm package without root access into your home directory, you can run these commands.
```
mkdir /tmp/temproot ; cd /tmp/temproot
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp-1604-0.7-0.x86_64.rpm
rpm2cpio aomp-1604-0.7-0.x86_64.rpm | cpio -idmv
mv /tmp/temproot/opt/rocm $HOME
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_SLES15_SP1-0.7-1.x86_64.rpm
rpm2cpio aomp_SLES15_SP1-0.7-1.x86_64.rpm | cpio -idmv
mv /tmp/temproot/usr/lib $HOME
export PATH=$PATH:$HOME/rocm/aomp/bin
export AOMP=$HOME/rocm/aomp
```
Expand Down
4 changes: 2 additions & 2 deletions docs/SLES15INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AOMP SUSE SLES-15-SP1 Install
AOMP will install to /usr/lib/aomp. The AOMP environment variable will automatically be set to the install location. This may require a new terminal to be launched to see the change.
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_SLES15_SP1-0.7-0.x86_64.rpm
sudo rpm -i aomp_SLES15_SP1-0.7-0.x86_64.rpm
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_SLES15_SP1-0.7-1.x86_64.rpm
sudo rpm -i aomp_SLES15_SP1-0.7-1.x86_64.rpm
```
Confirm AOMP environment variable is set:
```
Expand Down
8 changes: 4 additions & 4 deletions docs/SOURCEINSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source Install V 0.7-0 (DEV)
# Source Install V 0.7-1 (DEV)

Build and install from sources is possible. However, the source build for AOMP is complex for several reasons.
- Many repos are required. The clone_aomp.sh script ensures you have all repos and the correct branch.
Expand Down Expand Up @@ -45,16 +45,16 @@ Please verify you have the proper software installed as AOMP needs certain suppo
```

<b>Choose a Build Version (Development or Release)</b>
The development version is the next version to be released. It is possible that the development version is broken due to regressions that often occur during development. If instead, you want to build from the sources of a previous release such as 0.7-0 that is possible as well.
The development version is the next version to be released. It is possible that the development version is broken due to regressions that often occur during development. If instead, you want to build from the sources of a previous release such as 0.7-1 that is possible as well.

<b>For the Development Branch:</b>
```
git checkout 0.7
git checkout master
```

<b>For the Release Branch:</b>
```
git checkout rel_0.7-0
git checkout rel_0.7-1
git pull
```
<b>Clone and Build:</b>
Expand Down
6 changes: 3 additions & 3 deletions docs/TESTINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<A NAME="Getting-Started">

The default install location is /opt/rocm/aomp. To run the given examples, for example in /opt/rocm/aomp/examples/openmp do the following:
The default install location is /usr/lib/aomp. To run the given examples, for example in /usr/lib/aomp/examples/openmp do the following:

### Copy the example openmp directory somewhere writable
```
cd /opt/rocm/aomp/examples/
cd /usr/lib/aomp/examples/
cp -rp openmp /work/tmp/openmp-examples
cd /work/tmp/openmp-examples/vmulsum
```

### Point to the installed AOMP by setting AOMP environment variable
```
export AOMP=/opt/rocm/aomp
export AOMP=/usr/lib/aomp
```

### Make Instructions
Expand Down
16 changes: 8 additions & 8 deletions docs/UBUNTUINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

On Ubuntu 18.04 LTS (bionic beaver), run these commands:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_Ubuntu1804_0.7-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1804_0.7-0_amd64.deb
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_Ubuntu1804_0.7-1_amd64.deb
sudo dpkg -i aomp_Ubuntu1804_0.7-1_amd64.deb
```
On Ubuntu 16.04, run these commands:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_Ubuntu1604_0.7-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1604_0.7-0_amd64.deb
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_Ubuntu1604_0.7-1_amd64.deb
sudo dpkg -i aomp_Ubuntu1604_0.7-1_amd64.deb
```
The AOMP bin directory (which includes the standard clang and llvm binaries) is not intended to be in your PATH for typical operation.

Expand All @@ -19,13 +19,13 @@ By default, the packages install their content to the release directory /usr/lib
To install the debian package without root access into your home directory, you can run these commands.<br>
On Ubuntu 18.04 LTS (bionic beaver):
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_Ubuntu1804_0.7-0_amd64.deb
dpkg -x aomp_Ubuntu1804_0.7-0_amd64.deb /tmp/temproot
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_Ubuntu1804_0.7-1_amd64.deb
dpkg -x aomp_Ubuntu1804_0.7-1_amd64.deb /tmp/temproot
```
On Ubuntu 16.04:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-0/aomp_Ubuntu1604_0.7-0_amd64.deb
dpkg -x aomp_Ubuntu1604_0.7-0_amd64.deb /tmp/temproot
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_0.7-1/aomp_Ubuntu1604_0.7-1_amd64.deb
dpkg -x aomp_Ubuntu1604_0.7-1_amd64.deb /tmp/temproot
```
```
mv /tmp/temproot/usr $HOME
Expand Down

0 comments on commit 7c5af39

Please sign in to comment.