-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs, changelog, aomp_common_vars for 11.12-0 release.
- Loading branch information
1 parent
c006067
commit 6b162ea
Showing
9 changed files
with
68 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
aomp (11.11-2) UNRELEASED; urgency=medium | ||
aomp (11.12-0) UNRELEASED; urgency=medium | ||
|
||
* Initial release of aomp is 0.3-2 | ||
* Please see example in /usr/lib/aomp/examples/vmuldemo | ||
|
@@ -516,5 +516,26 @@ aomp (11.11-2) UNRELEASED; urgency=medium | |
* component is very x86_64 specific. So it would not build on ppc64le. Since HIP | ||
* and OpenCL depend on rocclr, these components were not build for the ppc64le | ||
* build. Only OpenMP should work on ppc64le. | ||
* | ||
* 11.12-0 | ||
* Add new testing from openlibm testing. This tests the libm functions used for offloading in | ||
* either openmp target region or hip kernel. It tests accuracy and exception situations. | ||
* Integration of roctracer and rocprofiler. | ||
* Integration of changes to support HPC Toolkit | ||
* Fix for Devito . This handles Lvalue References that are typically pointer to pointer kernel args. | ||
* Support for fprintf. | ||
* Fix a latent race between host runtime and devicertl | ||
* Initial support for gpu malloc and free. The internal (device rtl) need for malloc and free | ||
* is for nested parallelism. This is used in two of our applications, possibly by accident. | ||
* The initial implementation of malloc and free was broken. This change uses a malloc and free | ||
* that uses hostrpc which is very slow. Eventually we will develop the malloc and free hostrpc | ||
* stubs to use a smart heap allocation scheme and only go to the host when the heap is consumed. | ||
* This change will slow down the applications (snap) till a smarter malloc and free are implemented. | ||
* This change just removes the broken malloc and free and improves the device memory footprint. | ||
* Increase detail of debug printing controlled by LIBOMPTARGET_KERNEL_TRACE environment variable | ||
* Support for Ubuntu 20.04. | ||
* Move to ROCm 3.10 sources | ||
* AOMP is no longer part of ROCm release starting with ROCM 4.0. OpenMP support in ROCm is part of the | ||
* unified compiler. The unified compiler in ROCm is in the llvm-amdgpu package as of ROCm 3.9. | ||
|
||
-- Greg Rodgers <[email protected]> Fri, 13 Nov 2020 16:35:41 -0600 | ||
-- Greg Rodgers <[email protected]> Fri, 11 Dec 2020 12:53:34 -0600 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters