Skip to content

Commit 62bc222

Browse files
committed
[OpenMP][NFC] Augment release notes
1 parent 8dfbf8d commit 62bc222

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openmp/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@ Non-comprehensive list of changes in this release
7979
maximum value for the per-thread re-enqueue counter (defaults to 5).
8080
``OMPTARGET_QUERY_COUNT_BACKOFF_FACTOR`` defines the decrement factor applied
8181
to the counter when a target task is completed (defaults to 0.5).
82+
83+
* GPU dynamic shared memory (aka. local data share (lds)) can now be allocated
84+
per kernel via the ``ompx_dyn_cgroup_mem(<Bytes>)`` clause. For an example,
85+
see https://openmp.llvm.org/design/Runtimes.html#dynamic-shared-memory.
86+
87+
* OpenMP-Opt (run as part of O1/O2/O3) will more effectively lower GPU resource
88+
usage and improve performance.
89+

0 commit comments

Comments
 (0)