diff mbox series

[wwwdocs] gcc-15: Update OpenMP section for constr/destr on devices + UID routines

Message ID b091f663-500a-4ef9-93b7-7c91858b8d7d@baylibre.com
State New
Headers show
Series [wwwdocs] gcc-15: Update OpenMP section for constr/destr on devices + UID routines | expand

Commit Message

Tobias Burnus Sept. 20, 2024, 8:22 a.m. UTC
A minor update for a bug fix / impl.-quality feature and a proper new 
feature.

Any comments before I apply it?

Tobias
diff mbox series

Patch

gcc-15: Update OpenMP section for constr/destr on devices + UID routines

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 7c372688..14514131 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -55,11 +55,17 @@  a work-in-progress.</p>
       GPUs, writing to the terminal</a> from OpenMP target regions (but not from
       OpenACC compute regions) is now also supported in Fortran; in C/C++ and
       on AMD GPUs this was already supported before with both OpenMP and OpenACC.
+      Constructors and destructors on the device side for <code>declare target</code>
+      static aggregates are now handled.
     </li>
     <li>
       OpenMP 5.1: The <code>unroll</code> and <code>tile</code>
       loop-transformation constructs are now supported.
     </li>
+    <li>
+      OpenMP 6.0: The <code>get_device_from_uid</code> and
+      <code>omp_get_uid_from_device</code> API routines have been added.
+    </li>
   </ul>
 </ul>