Skip to content

AOMP Release 13.0-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregrodgers gregrodgers released this 13 Apr 02:26
· 1 commit to aomp-13.0-2 since this release

THIS IS AN OLD RELEASE. DO NOT DOWNLOAD. PLEASE DOWNLOAD THE LATEST RELEASE.

This release requires at minimum the rock-dkms from ROCm 4.1.

  • Rebase all changes to the current LLVM development trunk which is the development of LLVM 13.
  • Set the default number of teams to 4 times the number of computation units for improving GPU occupancy
  • Support for adjusting the number of threads in a team based on VGPR usage of a kernel
  • Enhanced the kernel trace (when LIBOMPTARGET_KERNEL_TRACE is set) with register usage information. This already includes the requested and actual number of teams and threads used for a kernel.
  • Updated ROCm components to 4.1.x branches.
  • Default Code Object v4

Known Issues:

  • Regression with QMCPACK deterministic tests
  • pow(double, int) is returning -inf