public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 4260d675af42b9c97e29818ab3b3154d27103d49
@ 2024-06-07  8:08 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2024-06-07  8:08 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  4260d675af42b9c97e29818ab3b3154d27103d49 (commit)
      from  8507122b38e6b60e8f2f3c8cd339d4f318377203 (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 4260d675af42b9c97e29818ab3b3154d27103d49
Author: Tobias Burnus <tburnus@baylibre.com>
Date:   Fri Jun 7 10:06:52 2024 +0200

    gcc-15/changes.html + projects/gomp: update for new OpenMP features
    
    GCC 15 now supports unified-shared memory and the tile/unroll constructs
    in OpenMP.

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 0ea7bdec..a121f40a 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -40,6 +40,24 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>
 
+<ul>
+  <li id="openmp"><a href="../projects/gomp/">OpenMP</a>
+  <ul>
+    <li>
+      Support for unified-shared memory has been added for some AMD and Nvidia
+      GPU devices, enabled when using the <code>unified_shared_memory</code>
+      clause to the <code>requires</code> directive. For details,
+      see the offload-target specifics section in the
+      <a href="https://gcc.gnu.org/onlinedocs/libgomp/Offload-Target-Specifics.html"
+      >GNU Offloading and Multi Processing Runtime Library Manual</a>.
+    </li>
+    <li>
+      OpenMP 5.1: The <code>unroll</code> and <code>tile</code>
+      loop-transformation constructs are now supported.
+    </li>
+  </ul>
+</ul>
+
 <!-- <h3 id="ada">Ada</h3> -->
 
 <!-- <h3 id="c-family">C family</h3> -->
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 94bda5ff..d1765fc3 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -313,18 +313,21 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td><code>requires</code> directive</td>
-    <td class="partial">
+    <td class="supported">
       <a href="../../gcc-9/changes.html#c-family">GCC&nbsp;9</a><br>
       <a href="../../gcc-12/changes.html#languages">GCC&nbsp;12</a><br>
       <a href="../../gcc-13/changes.html#general">GCC&nbsp;13</a><br>
-      <a href="../../gcc-14/changes.html#languages">GCC&nbsp;14</a>
+      <a href="../../gcc-14/changes.html#languages">GCC&nbsp;14</a><br>
+      <a href="../../gcc-15/changes.html#languages">GCC&nbsp;15</a>
     </td>
     <td>
       (<code>atomic_default_mem_order</code>)<br>
       (<code>dynamic_allocators</code>)<br>
       complete but no non-host devices provides <code>unified_address</code> or
       <code>unified_shared_memory</code><br>
-      complete but no non-host devices provides <code>unified_shared_memory</code>
+      complete but no non-host devices provides <code>unified_shared_memory</code><br>
+      complete; see also <a href="https://gcc.gnu.org/onlinedocs/libgomp/Offload-Target-Specifics.html">
+      Offload-Target Specifics</a>
     </td>
   </tr>
   <tr>
@@ -706,7 +709,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td>Loop transformation constructs</td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-15/changes.html#languages">GCC&nbsp;15</a></td>
     <td></td>
   </tr>
   <tr>

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

Summary of changes:
 htdocs/gcc-15/changes.html      | 18 ++++++++++++++++++
 htdocs/projects/gomp/index.html | 11 +++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-07  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07  8:08 gcc-wwwdocs branch master updated. 4260d675af42b9c97e29818ab3b3154d27103d49 Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).