Skip to content

AOMP Release 0.6-5

Pre-release
Pre-release
Compare
Choose a tag to compare
@estewart08 estewart08 released this 29 Jun 14:01
· 960 commits to master since this release

Like 0.6-4, this release 0.6-5 of aomp is based off the stable version of clang/llvm 8.0.
These are the changes found in 0.6-5 compared to the previous 0.6-4 release.

  • Added support for archives of bundles on command line.
  • Created hostcall payload on system memory instead of GPU memory. This avoids cache effects of HBM memory that gets flushed only at kernel boundaries.
  • Cleaned up examples.
  • Readability changes to various README files in docs.
  • Added SLES-15-SP1 source install dependencies and important notes for linux support.
  • Emit struct of per kernel attributes.
  • Detect and warn that a target exit data clause fails, rather than abort.
  • Fixed linking issue when archive files contain no BC files.