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  2ad07b8939b89cdede86c2216eabd169b014f0f7 (commit)
      from  28c709c5f31f5f8eb0f82e900461ae73eded06a2 (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 2ad07b8939b89cdede86c2216eabd169b014f0f7
Author: Tobias Burnus <tbur...@baylibre.com>
Date:   Thu Aug 1 22:13:56 2024 +0200

    OpenMP: gcc-15/changes.html - minor update / projects/gomp - link to TR13
    
    * htdocs/gcc-15/changes.html (OpenMP): Mention ompx_gnu_pinned_mem_alloc
      and Fortran I/O support on nvptx with OpenMP offloading.
    * htdocs/projects/gomp/index.html (OpenMP Releases and Status): Add TR13.

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index a1bb0ddf..2fd7aa90 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -50,6 +50,12 @@ a work-in-progress.</p>
       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>.
+      GCC added <code>ompx_gnu_pinned_mem_alloc</code> as <a
+      
href="https://gcc.gnu.org/onlinedocs/libgomp/OMP_005fALLOCATOR.html";>predefined
+      allocator</a>. On <a 
href="https://gcc.gnu.org/onlinedocs/libgomp/nvptx.html";>Nvidia
+      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.
     </li>
     <li>
       OpenMP 5.1: The <code>unroll</code> and <code>tile</code>
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index d1765fc3..ce4266ff 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -1326,6 +1326,11 @@ error.</p>
 
 <h2 id="omp-status">OpenMP Releases and Status</h2>
 <dl>
+<dt><b>August 1, 2023</b></dt>
+<dd><p><a 
href="https://www.openmp.org/wp-content/uploads/openmp-TR13.pdf";>OpenMP
+Technical Report 13 (third preview for the OpenMP API Version 6.0)</a> has been
+released.</p></dd>
+
 <dt><b>November 9, 2023</b></dt>
 <dd><p><a 
href="https://www.openmp.org/wp-content/uploads/openmp-TR12.pdf";>OpenMP
 Technical Report 12 (second preview for the OpenMP API Version 6.0)</a> has 
been

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

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


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to