Skip to content

Commit

Permalink
Update changelog for 17.0-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
estewart08 committed Jul 17, 2023
1 parent a6ba248 commit 95e439c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion bin/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aomp (17.0-2) UNRELEASED; urgency=medium
aomp (17.0-3) UNRELEASED; urgency=medium

* Initial release of aomp is 0.3-2
* Please see example in /usr/lib/aomp/examples/vmuldemo
Expand Down Expand Up @@ -851,5 +851,23 @@ aomp (17.0-2) UNRELEASED; urgency=medium
* Fixed the amdgpu nextgen plugin to work with OMPT (OpenMP Tools environment).
* Fixed the amdgpu nextgen plugin to work for multiple architectures supported
* in same image.
*
* 17.0-3
* Non-compiler components are built with ROCm 5.6.0 sources
* Support code object version 5 the libomptarget device library is now
* generated for both code object version 4 and code object version 5.
* New build components for flang-legacy, hipcc, clr.
* Enabled Big Jump Loop by default.
* Improved target teams loop transform.
* Removed the link from flang to clang. Replace it with flang-legacy.
* Implemented dynamic LDS accesses from non-kernel functions.
* Performance improvements for small kernels via lazy HSA queue creation and
* tracking of busy queues.
* Restored GPU_MAX_HW_QUEUES in AMDGPU nextgen plugin.
* Extended environment variable ompx_apu_maps to MI200.
* Added --archive to the clang-offload-packager which repackages the extracted
* files into a new static library. This allows a fat binary static library to
* become a static library for a single architecture.
* Disabled PIE as default in llvm.

-- Greg Rodgers <Gregory.Rodgers@amd.com> Thu, 19 May 2022 23:34:44 -0500

0 comments on commit 95e439c

Please sign in to comment.