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

With the upcoming operation mode changes one test would fail Also add two small testcases for the 'relaxed' operation mode

Various patches relating to internal issue SWDEV-229378 (upstream PR https://github.com/llvm/llvm-project/pull/96087)

The support for fortran codes in general within ROCm is quite embarrassing. A number of projects I've worked on for folks at Pawsey, in addition to some of our own...

question
Feature Request

- The top level smoke check script now removes all *.out files - Don't want the expected output to be removed ;-)

### Problem Description Hi, This is more of a question than an issue. Is there a way to disassemble the generated amdcgn code when compiling a fortran openmp program with...

### Problem Description -- mlir project is enabled CMake Error at CMakeLists.txt:256 (message): LLVM_ENABLE_PROJECTS requests mlir but directory not found: ~/build/tar-aomp/aomp20.0/llvm-project/llvm/../mlir ``` $ rg mlir . ./create_release_tarball_excludes 6:llvm-project/mlir ``` cp...

At present, several SOLLVE_VV/OpenMP_VV tests for unified shared memory (USM) require the HSA_XNACK=1 setting to work correctly on GPUs that support the feature, but which are running in "xnack-" mode....

This is a simple hip program with -fopenmp. There was an unresolved symbol issue when using hip_host_overlay.h. Only programs with hip runtime calls, like hipMalloc, combined with openmp target regions...