Hi all,
maybe doing parallel work doesn't work well. The previously attached
diff is obviously not mine but an older one, commit before mine. The
patch itself was also committed+pushed, but seemingly only after
extracting the commit.
See attachment for (hopefully) the proper patch.
Tobias Burnus wrote:
Updated https://gcc.gnu.org/projects/gomp/ as now OpenMP 6.0 has been
released:
https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-6-0.pdf
Which is under spec releases and changing TR13 to OpenMP 6.0
Tobias
commit cb607960883c6528a1c43d4e59b80a626dc6a386
Author: Tobias Burnus <tbur...@baylibre.com>
Date: Thu Nov 14 16:37:04 2024 +0100
projects/gomp/: Update for OpenMP 6.0 spec release
htdocs/projects/gomp/index.html:
* Refer to OpenMP 6.0 instead of TR 13.
* Add 6.0 spec to the (spec) release history.
---
htdocs/projects/gomp/index.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index d84dc88a..a4fb4c98 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -29,7 +29,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p>
<a href="#omp3.1">3.1</a> · <a href="#omp4.0">4.0</a> ·
<a href="#omp4.5">4.5</a> · <a href="#omp5.0">5.0</a> ·
<a href="#omp5.1">5.1</a> · <a href="#omp5.2">5.2</a> ·
- <a href="#omp6.0">TR 13</a></li>
+ <a href="#omp6.0">6.0</a></li>
<li><a href="#omp-status">OpenMP Releases and Status</a></li>
</ul>
@@ -988,7 +988,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
<td></td>
</tr>
<tr>
- <td><code>iterator</code> and <code>mapper</code> as map-type modifier in <code>declare mapper</code>
+ <td><code>mapper</code> as map-type modifier in <code>declare mapper</code>
<td class="unsupported">No</td>
<td></td>
</tr>
@@ -1004,9 +1004,7 @@ code, the <code>omx</code> sentinel is warned for with <code>-Wsurprising</code>
(enabled by <code>-Wall</code>). Unknown clauses are always rejected with an
error.</p>
-<h3 id="omp6.0">OpenMP Technical Report 13</h3>
-
-<p>Technical Report (TR) 13 is the third preview for OpenMP 6.0.</p>
+<h3 id="omp6.0">OpenMP 6.0</h3>
<table class="ompstatus">
<thead>
@@ -1509,7 +1507,7 @@ error.</p>
</tr>
<tr>
<td><code>omp_target_memset</code> and
- <code>omp_target_memset_rect_async</code> routines</td>
+ <code>omp_target_rect_async</code> routines</td>
<td class="unsupported">No</td>
<td></td>
</tr>
@@ -1611,7 +1609,7 @@ error.</p>
</tbody>
</table>
-<h4>Other new TR 13 features</h4>
+<h4>Other new OpenMP 6.0 features</h4>
<table class="ompstatus">
<thead>
@@ -1660,7 +1658,11 @@ error.</p>
<h2 id="omp-status">OpenMP Releases and Status</h2>
<dl>
-<dt><b>August 1, 2023</b></dt>
+<dt><b>November 14, 2024</b></dt>
+<dd><p><a href="https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-6-0.pdf">OpenMP
+Version 6.0</a> has been released.</p></dd>
+
+<dt><b>August 1, 2024</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>