We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfbf8d commit 62bc222Copy full SHA for 62bc222
openmp/docs/ReleaseNotes.rst
@@ -79,3 +79,11 @@ Non-comprehensive list of changes in this release
79
maximum value for the per-thread re-enqueue counter (defaults to 5).
80
``OMPTARGET_QUERY_COUNT_BACKOFF_FACTOR`` defines the decrement factor applied
81
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