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.
@@ -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>
@@ -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>