First, OpenMP TR13 has just been released. Hence, link it from our project page.

For the GCC 15 page, I suggest to add ompx_gnu_pinned_mem_alloc (but one can argue about that) and the nvptx I/O support. We could also talk about nvptx + constructor support here.

Comments, thoughts, remarks before I commit it?

Current pages are: https://gcc.gnu.org/gcc-15/changes.html +
https://gcc.gnu.org/projects/gomp/#omp-status

Tobias
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..89f0b120 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -1326,7 +1326,11 @@ error.</p>
 
 <h2 id="omp-status">OpenMP Releases and Status</h2>
 <dl>
-<dt><b>November 9, 2023</b></dt>
+<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>
+
 <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
 released.</p></dd>

Reply via email to