This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  5b7246c179f6752b4023d2602bc58ee1a32564c9 (commit)
      from  d9bdfd9d62af8830564afb1df24e4c9fc10dda59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5b7246c179f6752b4023d2602bc58ee1a32564c9
Author: Tobias Burnus <[email protected]>
Date:   Mon Jun 22 13:44:39 2026 +0200

    gcc-17/changes.html: Update OpenMP

diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html
index 8d1fa573..6f99bb1f 100644
--- a/htdocs/gcc-17/changes.html
+++ b/htdocs/gcc-17/changes.html
@@ -55,10 +55,20 @@ a work-in-progress.</p>
   <li><strong>OpenMP 5.1:</strong> The <code>iterator</code> modifier to the
     <code>map</code>, <code>to</code>, and <code>from</code> clauses has been
     improved for C and C++ and initial support for Fortran added.</li>
-  <li><strong>TR15:</strong> The <code>omp_get_device_distances</code> API
-    routine has been added than can be used to find the offload devices that
-    are in terms of the NUMA node closed to the thread that called the
-    routine.</li>
+  <li><strong>TR15:</strong> The <a
+    
href="https://gcc.gnu.org/onlinedocs/libgomp/omp_005fget_005fdevice_005fdistances.html";>
+    <code>omp_get_device_distances</code></a> API
+    routine has been added that can be used to find the offload devices that
+    are closest, in terms of NUMA node, to the thread that called the
+    routine. The multidimensional-information API routines have been added,
+    albeit GCC currently only supports one spatial dimension; already useful
+    are the new <a
+    
href="https://gcc.gnu.org/onlinedocs/libgomp/omp_005fget_005fsupported_005fteams_005fdim.html";>
+    <code>omp_get_supported_teams_dim</code></a> and <a
+    
href="https://gcc.gnu.org/onlinedocs/libgomp/omp_005fget_005fsupported_005fthreads_005fdim.html";>
+    <code>omp_get_supported_threads_dim</code></a> routines that return,
+    respectively, the maximal number of teams and threads that GCC supports
+    on a given device.</li>
 </ul>
 
 <!-- <h3 id="ada">Ada</h3> -->

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-17/changes.html | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to