aomp icon indicating copy to clipboard operation
aomp copied to clipboard

AOMP is an open source Clang/LLVM based compiler with added support for the OpenMP® API on Radeon™ GPUs. Use this repository for releases, issues, documentation, packaging, and examples.

Results 105 aomp issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR contains a new aomp-shellcheck script (by Gregory Rodgers) and some additional improvements, including a new "--check-only" option to help with automation.

Historically the AOMP environment variable was intended to indicate where to install the AOMP compiler, AND for test scripts to identify where the compiler to test is found. For example...

Build-log and system-information in the tarball [openmp_extras_issue.tar.gz](https://github.com/user-attachments/files/18726272/openmp_extras_issue.tar.gz) Build environment as follows export LANG=C export ROCM_VERSION="6.3.2" export GPU_ARCHS="gfx803;gfx900;gfx90c" export DASH_JAY="-j6" #export CMAKE_INCLUDE_PATH="~/.local/include:/opt/rocm/include" #export CMAKE_LIB_PATH="~/.local/lib:/opt/rocm/lib" if [ ! -d ./buildenv ]; then...

Add OVERFLOW_GUARD support for clang-337336 and clang_udel_saxpy. Testing with a gfx1200 8GB showed failures.