Skip to content

Commit

Permalink
Update docs and aomp_common_vars for 11.9-0
Browse files Browse the repository at this point in the history
  • Loading branch information
estewart08 committed Sep 11, 2020
1 parent f4296b3 commit 9403286
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 58 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AOMP - V 11.8-0
AOMP - V 11.9-0
==============

This is README.md for https://github.com/ROCM-Developer-Tools/aomp.
Expand All @@ -8,8 +8,8 @@ This is the base repository for AOMP. Use this github repository for
documentation, and
[examples](https://github.com/ROCm-Developer-Tools/aomp/tree/master/examples).

The last [release is AOMP 11.8-0](https://github.com/ROCm-Developer-Tools/aomp/releases).
Currently AOMP 11.9-0 is under development.
The last [release is AOMP 11.9-0](https://github.com/ROCm-Developer-Tools/aomp/releases).
Currently AOMP 11.9-1 is under development.


Attention Users! Please use this repository for [issues](https://github.com/ROCm-Developer-Tools/aomp/issues).
Expand All @@ -24,7 +24,7 @@ Table of contents
- [Install](docs/INSTALL.md)
- [Release Packages](https://github.com/ROCm-Developer-Tools/aomp/releases)
- [Test Install](docs/TESTINSTALL.md)
- [Examples](https://github.com/ROCm-Developer-Tools/aomp/examples)
- [Examples](examples)
- [Issues](https://github.com/ROCm-Developer-Tools/aomp/issues)
- [Developers Readme](bin/README.md)
- [Limitations](#Limitations)
Expand Down Expand Up @@ -97,5 +97,4 @@ See the [release notes](https://github.com/ROCm-Developer-Tools/aomp/releases) i

```
- Some simd constructs fail to vectorize on both host and GPUs.
- Hip example device_lib is failing to compile.
```
6 changes: 3 additions & 3 deletions bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ WARNING: When the build scripts are run with NO arguments (that is, you do not s
The install location is defined by the $AOMP environment variable. The value of AOMP needs to be reserved as a symbolic link.
That is, the physical installation will be in directory $AOMP concatonated with the version string.
The install script will make a symbolic link from the physical directory to the symbolic directory $AOMP.
For example, when building AOMP version 11.6-2 with the default value for AOMP=$HOME/rocm/aomp,
the install scripts will put all files and directories in $HOME/rocm/aomp_11.6-2 and create a symbolic link as follows.
For example, when building AOMP version 11.9-0 with the default value for AOMP=$HOME/rocm/aomp,
the install scripts will put all files and directories in $HOME/rocm/aomp_11.9-0 and create a symbolic link as follows.

```
ln -sf ${AOMP}_11.6-2 ${AOMP}
ln -sf ${AOMP}_11.9-0 ${AOMP}
```
This symbolic link makes it easy to switch between versions of AOMP for testing.
12 changes: 6 additions & 6 deletions bin/aomp_common_vars
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if [ "$AOMP_VERSION" == "12.0" ] ; then
else
GITPROJECT=$GITROCDEV
AOMP_PROJECT_REPO_NAME=${AOMP_PROJECT_REPO_NAME:-amd-llvm-project}
AOMP_PROJECT_REPO_BRANCH=${AOMP_PROJECT_REPO_BRANCH:-amd-stg-openmp}
AOMP_PROJECT_REPO_BRANCH=${AOMP_PROJECT_REPO_BRANCH:-aomp-11.9-0}
fi
# FIXME: In the near future, we will remove the _BRANCH variables and use a
# manifest file to determine which branch to build each component.
Expand All @@ -160,11 +160,11 @@ fi

# These aomp development repositories
AOMP_REPO_NAME=${AOMP_REPO_NAME:-aomp}
AOMP_REPO_BRANCH=${AOMP_REPO_BRANCH:-amd-stg-openmp}
AOMP_REPO_BRANCH=${AOMP_REPO_BRANCH:-rel_11.9-0}
AOMP_EXTRAS_REPO_NAME=${AOMP_EXTRAS_REPO_NAME:-aomp-extras}
AOMP_EXTRAS_REPO_BRANCH=${AOMP_EXTRAS_REPO_BRANCH:-amd-stg-openmp}
AOMP_EXTRAS_REPO_BRANCH=${AOMP_EXTRAS_REPO_BRANCH:-aomp-11.9-0}
AOMP_FLANG_REPO_NAME=${AOMP_FLANG_REPO_NAME:-flang}
AOMP_FLANG_REPO_BRANCH=${AOMP_FLANG_REPO_BRANCH:-amd-stg-openmp}
AOMP_FLANG_REPO_BRANCH=${AOMP_FLANG_REPO_BRANCH:-aomp-11.9-0}

# These extra repositories are needed but we cannot update them
AOMP_ROCT_REPO_NAME=${AOMP_ROCT_REPO_NAME:-roct-thunk-interface}
Expand All @@ -177,13 +177,13 @@ AOMP_LIBDEVICE_REPO_NAME=${AOMP_LIBDEVICE_REPO_NAME:-rocm-device-libs}
AOMP_LIBDEVICE_COMPONENT_NAME=${AOMP_LIBDEVICE_COMPONENT_NAME:-rocdl}
AOMP_LIBDEVICE_REPO_BRANCH=${AOMP_LIBDEVICE_REPO_BRANCH:-amd-stg-open}
DEVICELIBS_ROOT=${DEVICELIBS_ROOT:-$AOMP_REPOS/$AOMP_LIBDEVICE_REPO_NAME}
#AOMP_LIBDEVICE_REPO_SHA=${AOMP_LIBDEVICE_REPO_SHA:-41b390c}
AOMP_LIBDEVICE_REPO_SHA=${AOMP_LIBDEVICE_REPO_SHA:-d66378e}
AOMP_COMGR_REPO_NAME=${AOMP_COMGR_REPO_NAME:-rocm-compilersupport}
AOMP_COMGR_REPO_BRANCH=${AOMP_COMGR_REPO_BRANCH:-amd-stg-open}
AOMP_COMGR_REPO_SHA=${AOMP_COMGR_REPO_SHA:-821b509}
AOMP_RINFO_REPO_NAME=${AOMP_RINFO_REPO_NAME:-rocminfo}
AOMP_RINFO_REPO_BRANCH=${AOMP_RINFO_REPO_BRANCH:-master}
#AOMP_RINFO_REPO_SHA=${AOMP_RINFO_REPO_SHA:-5d6be5b}
AOMP_RINFO_REPO_SHA=${AOMP_RINFO_REPO_SHA:-605b3a5}

# These are repos we will use when we switch to HIP VDI
AOMP_VDI_REPO_NAME=${AOMP_VDI_REPO_NAME:-vdi}
Expand Down
23 changes: 22 additions & 1 deletion bin/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aomp (11.8-0) UNRELEASED; urgency=medium
aomp (11.9-0) UNRELEASED; urgency=medium

* Initial release of aomp is 0.3-2
* Please see example in /usr/lib/aomp/examples/vmuldemo
Expand Down Expand Up @@ -399,4 +399,25 @@ aomp (11.8-0) UNRELEASED; urgency=medium
*
* These are the known issues with this release:
* Further reductions in memory use by DeviceRTL required
*
* 11.9-0
* Fix compiler warnings for build_project.sh and build_openmp.sh
* Fix: [AOMP] [flang] The AOMP 11.7-1 Fortran compiler claims to support
* the -isystem flag, but ignores it.
* Fix: [AOMP] [flang] producing internal compiler error when character
* is used with KIND
* Fixes [flang] openmp map clause on complex allocatable expressions !$omp
* target data map( chunk%tiles(1)%field%density0)
* DeviceRTL memory footprint has been reduced from ~2.3GB to ~770MB for
* AMDGCN target.
* Switch sources to ROCm 3.7.x branches
* Fixed hash for raja to avoid build error in example
* Workaround for red_bug_51 failing on gfx908.
* Switch to python3 for ompd and rocgdb.
* ROCdbgapi requires g++7 as a minimum
* Ubuntu 16.04 build does not have the rocgdb debugger as the system only supports g++5.
*
* Known Issues
* -ROCgdb does not work on gfx803
* -Barrier issue on gfx803 for generic kernels.
-- Greg Rodgers <Gregory.Rodgers@amd.com> Wed, 19 Aug 2020 22:29:37 -0500
16 changes: 8 additions & 8 deletions docs/NOROOTINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Once installed go to [TESTINSTALL](TESTINSTALL.md) for instructions on getting s
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_11.8-0/aomp_Ubuntu1804_11.8-0_amd64.deb
dpkg -x aomp_Ubuntu1804_11.8-0_amd64.deb /tmp/temproot
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_Ubuntu1804_11.9-0_amd64.deb
dpkg -x aomp_Ubuntu1804_11.9-0_amd64.deb /tmp/temproot
```
On Ubuntu 16.04:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_Ubuntu1604_11.8-0_amd64.deb
dpkg -x aomp_Ubuntu1604_11.8-0_amd64.deb /tmp/temproot
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_Ubuntu1604_11.9-0_amd64.deb
dpkg -x aomp_Ubuntu1604_11.9-0_amd64.deb /tmp/temproot
```
Move to $HOME and set variables:
```
Expand All @@ -30,13 +30,13 @@ To install the rpm package without root access into your home directory, you can
```
For Red Hat:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_REDHAT_7-11.8-0.x86_64.rpm
rpm2cpio aomp_REDHAT_7-11.8-0.x86_64.rpm | cpio -idmv
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_REDHAT_7-11.9-0.x86_64.rpm
rpm2cpio aomp_REDHAT_7-11.9-0.x86_64.rpm | cpio -idmv
```
For SLES15-SP1:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_SLES15_SP1-11.8-0.x86_64.rpm
rpm2cpio aomp_SLES15_SP1-11.8-0.x86_64.rpm | cpio -idmv
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_SLES15_SP1-11.9-0.x86_64.rpm
rpm2cpio aomp_SLES15_SP1-11.9-0.x86_64.rpm | cpio -idmv
```
Move to $HOME and set variables:
```
Expand Down
37 changes: 24 additions & 13 deletions docs/RELEASESOURCEINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To build AOMP from source you must: 1. install certain distribution packages, 2.
#### Debian or Ubuntu Packages

```
sudo apt-get install cmake g++-5 g++ pkg-config libpci-dev libnuma-dev libelf-dev libffi-dev git python libopenmpi-dev gawk
sudo apt-get install cmake g++-5 g++-7 pkg-config libpci-dev libnuma-dev libelf-dev libffi-dev git python libopenmpi-dev gawk
# Additional packages used by rocgdb
sudo apt-get install texinfo libbison-dev bison flex libbabeltrace-dev python-pip libncurses5-dev liblzma-dev
python -m pip install CppHeaderParser argparse
sudo apt-get install python3 texinfo libbison-dev bison flex libbabeltrace-dev python3-pip libncurses5-dev liblzma-dev python3-setuptools python3-dev
python3 -m pip install CppHeaderParser argparse wheel
```
#### SLES-15-SP1 Packages
Expand All @@ -27,10 +27,9 @@ To build AOMP from source you must: 1. install certain distribution packages, 2.
sudo zypper install -y git pciutils-devel cmake python-base libffi-devel gcc gcc-c++ libnuma-devel libelf-devel patchutils openmpi2-devel
# Additional packages used by rocgdb
SUSEConnect --product sle-module-python2/15.1/x86_64
sudo zypper install -y texinfo bison flex babeltrace-devel python-pip python-devel makeinfo ncurses-devel libexpat-devel xz-devel
sudo zypper install -y texinfo bison flex babeltrace-devel python3 python3-pip python3-devel python3-setuptools makeinfo ncurses-devel libexpat-devel xz-devel
python -m pip install wheel CppHeaderParser argparse
python3 -m pip install CppHeaderParser argparse wheel
```
#### RHEL 7 Packages
Expand All @@ -44,11 +43,23 @@ https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/<br>
sudo yum install cmake3 pciutils-devel numactl-devel libffi-devel
# Additional packages used by rocgdb
sudo yum install texinfo bison flex python-pip python-devel ncurses-devel.x86_64 expat-devel.x86_64 xz-devel.x86_64 libbabeltrace-devel.x86_64
sudo yum install texinfo bison flex ncurses-devel.x86_64 expat-devel.x86_64 xz-devel.x86_64 libbabeltrace-devel.x86_64
```

python -m pip install wheel CppHeaderParser argparse
RHEL 7.6 and earlier RHEL 7 versions do not have the python36-devel package, which requires a software collection installation.
```
sudo subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-server-rhscl-7-rpms
sudo yum -y install rh-python36 rh-python36-python-tools
scl enable rh-python36 bash
python3 -m pip install CppHeaderParser argparse wheel
```

RHEL 7.7 and later RHEL 7 versions
```
sudo yum install python3 python3-pip python36-devel python36-setuptools
python3 -m pip install CppHeaderParser argparse wheel
```

The build scripts use cmake, so we need to link cmake --> cmake3 in /usr/bin
```
sudo ln -s /usr/bin/cmake3 /usr/bin/cmake
Expand Down Expand Up @@ -119,8 +130,8 @@ Remember,the aomp spack configuration file is currently missing dependencies, so
To build and install aomp from the release source tarball run these commands:

```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp-11.8-0.tar.gz
tar -xzf aomp-11.8-0.tar.gz
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp-11.9-0.tar.gz
tar -xzf aomp-11.9-0.tar.gz
cd aomp
nohup make &
```
Expand All @@ -135,9 +146,9 @@ If you set the environment variable AOMP, the Makefile will install to that dire
Otherwise, the Makefile will install into /usr/local.
So you must have authorization to write into /usr/local if you do not set the environment variable AOMP.
Let's assume you set the environment variable AOMP to "$HOME/rocm/aomp" in .bash_profile.
The build_aomp.sh script will install into $HOME/rocm/aomp_11.8-0 and create a symbolic link from $HOME/rocm/aomp to $HOME/rocm/aomp_11.8-0.
The build_aomp.sh script will install into $HOME/rocm/aomp_11.9-0 and create a symbolic link from $HOME/rocm/aomp to $HOME/rocm/aomp_11.9-0.
This feature allows multiple versions of AOMP to be installed concurrently.
To enable a backlevel version of AOMP, simply set AOMP to $HOME/rocm/aomp_11.7-1.
To enable a backlevel version of AOMP, simply set AOMP to $HOME/rocm/aomp_11.8-0.

## Build AOMP with spack

Expand All @@ -146,7 +157,7 @@ Currently the aomp configuration is not yet in the spack git hub so you must cre

```
wget https://github.com/ROCm-Developer-Tools/aomp/blob/master/bin/package.py
spack create -n aomp -t makefile --force https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp-11.8-0.tar.gz
spack create -n aomp -t makefile --force https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp-11.9-0.tar.gz
spack edit aomp
spack install aomp
```
Expand Down
6 changes: 3 additions & 3 deletions docs/RHELINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ sudo yum install perl-Digest-MD5
```
### Download and Install
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_REDHAT_7-11.8-0.x86_64.rpm
sudo rpm -i aomp_REDHAT_7-11.8-0.x86_64.rpm
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_REDHAT_7-11.9-0.x86_64.rpm
sudo rpm -i aomp_REDHAT_7-11.9-0.x86_64.rpm
```
If CUDA is not installed the installation may cancel, to bypass this:
```
sudo rpm -i --nodeps aomp_REDHAT_7-11.8-0.x86_64.rpm
sudo rpm -i --nodeps aomp_REDHAT_7-11.9-0.x86_64.rpm
```
Confirm AOMP environment variable is set:
```
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_11.8-0/aomp_SLES15_SP1-11.8-0.x86_64.rpm
sudo rpm -i aomp_SLES15_SP1-11.8-0.x86_64.rpm
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_SLES15_SP1-11.9-0.x86_64.rpm
sudo rpm -i aomp_SLES15_SP1-11.9-0.x86_64.rpm
```
Confirm AOMP environment variable is set:
```
Expand Down
38 changes: 25 additions & 13 deletions docs/SOURCEINSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source Install V 11.9-0 (DEV)
# Source Install V 11.9-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 All @@ -13,22 +13,22 @@ Build and install from sources is possible. However, the source build for AOMP
#### Debian or Ubuntu Packages

```
sudo apt-get install cmake g++-5 g++ pkg-config libpci-dev libnuma-dev libelf-dev libffi-dev git python libopenmpi-dev gawk mesa-common-dev
sudo apt-get install cmake g++-5 g++-7 pkg-config libpci-dev libnuma-dev libelf-dev libffi-dev git python libopenmpi-dev gawk
sudo apt-get install python3 texinfo libbison-dev bison flex libbabeltrace-dev python3-pip libncurses5-dev liblzma-dev python3-setuptools python3-dev
python3 -m pip install CppHeaderParser argparse wheel
# Additional packages used by rocgdb
sudo apt-get install texinfo libbison-dev bison flex libbabeltrace-dev python-pip libncurses5-dev liblzma-dev
python -m pip install CppHeaderParser argparse
```
#### SLES-15-SP1 Packages

#### SLES-15-SP1 Packages
```
sudo zypper install -y git pciutils-devel cmake python-base libffi-devel gcc gcc-c++ libnuma-devel libelf-devel patchutils openmpi2-devel
# Additional packages used by rocgdb
SUSEConnect --product sle-module-python2/15.1/x86_64
sudo zypper install -y texinfo bison flex babeltrace-devel python-pip python-devel makeinfo ncurses-devel libexpat-devel xz-devel
sudo zypper install -y texinfo bison flex babeltrace-devel python3 python3-pip python3-devel python3-setuptools makeinfo ncurses-devel libexpat-devel xz-devel
python3 -m pip install CppHeaderParser argparse wheel
python -m pip install wheel CppHeaderParser argparse
```
#### RHEL 7 Packages
Building from source requires a newer gcc. Devtoolset-7 is recommended, follow instructions 1-3 here:<br>
Expand All @@ -41,10 +41,22 @@ https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/<br>
sudo yum install cmake3 pciutils-devel numactl-devel libffi-devel
# Additional packages used by rocgdb
sudo yum install texinfo bison flex python-pip python-devel ncurses-devel.x86_64 expat-devel.x86_64 xz-devel.x86_64 libbabeltrace-devel.x86_64
sudo yum install texinfo bison flex ncurses-devel.x86_64 expat-devel.x86_64 xz-devel.x86_64 libbabeltrace-devel.x86_64
```
RHEL 7.6 and earlier RHEL 7 versions do not have the python36-devel package, which requires a software collection installation.
```
sudo subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-server-rhscl-7-rpms
sudo yum -y install rh-python36 rh-python36-python-tools
scl enable rh-python36 bash
python3 -m pip install CppHeaderParser argparse wheel
```

python -m pip install wheel CppHeaderParser argparse
RHEL 7.7 and later RHEL 7 versions
```
sudo yum install python3 python3-pip python36-devel python36-setuptools
python3 -m pip install CppHeaderParser argparse wheel
```

The build scripts use cmake, so we need to link cmake --> cmake3 in /usr/bin
```
sudo ln -s /usr/bin/cmake3 /usr/bin/cmake
Expand Down Expand Up @@ -114,7 +126,7 @@ Create a /etc/yum.repos.d/rocm.repo file with the following contents:
```

<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 11.8-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 11.9-0 that is possible as well.

<b>For the Development Branch:</b>
```
Expand All @@ -124,7 +136,7 @@ The development version is the next version to be released. It is possible that

<b>For the Release Branch:</b>
```
git checkout rel_11.8-0
git checkout rel_11.9-0
git pull
export AOMP_CHECK_GIT_BRANCH=0 //Tags will be used to checkout various repos. This will ignore the detached head state to avoid build errors.
```
Expand Down
8 changes: 4 additions & 4 deletions docs/UBUNTUINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ AOMP will install to /usr/lib/aomp. The AOMP environment variable will automatic

On Ubuntu 18.04 LTS (bionic beaver), run these commands:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_Ubuntu1804_11.8-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1804_11.8-0_amd64.deb
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_Ubuntu1804_11.9-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1804_11.9-0_amd64.deb
```

On Ubuntu 16.04, run these commands:
```
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.8-0/aomp_Ubuntu1604_11.8-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1604_11.8-0_amd64.deb
wget https://github.com/ROCm-Developer-Tools/aomp/releases/download/rel_11.9-0/aomp_Ubuntu1604_11.9-0_amd64.deb
sudo dpkg -i aomp_Ubuntu1604_11.9-0_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 Down

0 comments on commit 9403286

Please sign in to comment.