[Openmp-commits] [openmp] 62bc222 - [OpenMP][NFC] Augment release notes

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 24 13:23:25 PST 2023


Author: Johannes Doerfert
Date: 2023-01-24T13:23:15-08:00
New Revision: 62bc222875131051f6ca32a2e8dbb8093acc0e4f

URL: https://github.com/llvm/llvm-project/commit/62bc222875131051f6ca32a2e8dbb8093acc0e4f
DIFF: https://github.com/llvm/llvm-project/commit/62bc222875131051f6ca32a2e8dbb8093acc0e4f.diff

LOG: [OpenMP][NFC] Augment release notes

Added: 
    

Modified: 
    openmp/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
index 15b4e3f78a48..48ae452ce9d1 100644
--- a/openmp/docs/ReleaseNotes.rst
+++ b/openmp/docs/ReleaseNotes.rst
@@ -79,3 +79,11 @@ Non-comprehensive list of changes in this release
   maximum value for the per-thread re-enqueue counter (defaults to 5).
   ``OMPTARGET_QUERY_COUNT_BACKOFF_FACTOR`` defines the decrement factor applied
   to the counter when a target task is completed (defaults to 0.5).
+
+* GPU dynamic shared memory (aka. local data share (lds)) can now be allocated
+  per kernel via the ``ompx_dyn_cgroup_mem(<Bytes>)`` clause. For an example,
+  see https://openmp.llvm.org/design/Runtimes.html#dynamic-shared-memory.
+
+* OpenMP-Opt (run as part of O1/O2/O3) will more effectively lower GPU resource
+  usage and improve performance.
+


        


More information about the Openmp-commits mailing list