From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id E2F2B382CF1F; Fri, 27 May 2022 08:08:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2F2B382CF1F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 41afb40afa7b758dcfc10e7e9672259407d41216 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 017578b670722675ae9e945bab4e88c5c6d48092 X-Git-Newrev: 41afb40afa7b758dcfc10e7e9672259407d41216 Message-Id: <20220527080853.E2F2B382CF1F@sourceware.org> Date: Fri, 27 May 2022 08:08:53 +0000 (GMT) From: Tobias Burnus X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2022 08:08:54 -0000 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 41afb40afa7b758dcfc10e7e9672259407d41216 (commit) from 017578b670722675ae9e945bab4e88c5c6d48092 (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 41afb40afa7b758dcfc10e7e9672259407d41216 Author: Tobias Burnus Date: Fri May 27 10:08:44 2022 +0200 gcc-13/changes.html - Update OpenMP / projects/gomp - add more to-do items * gcc-13/changes.html (OpenMP): Add 'nowait' with 'taskwait'. * projects/gomp/index.html: Add one 5.1 and several 5.2 additional to-be-implemented features. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index c2610412..a262087f 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -40,7 +40,8 @@ a work-in-progress.

  • The following OpenMP 5.1 features have been added: the omp_all_memory reserved locator, the inoutset - modifier to the depend clause and the + modifier to the depend clause, the nowait + clause for the taskwait directive and the omp_target_is_accessible, omp_target_memcpy_async, omp_target_memcpy_rect_async and omp_get_mapped_ptr API routines. Fortran now supports diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 68531a57..8b6dc84f 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -630,6 +630,11 @@ than listed, depending on resolved corner cases and optimizations.

    GCC 13 + + nowait clause in taskwait directive + GCC 13 + + target_device trait in OpenMP Context No @@ -690,11 +695,6 @@ than listed, depending on resolved corner cases and optimizations.

    No - - nowait clause in taskwait directive - No - - present argument to defaultmap clause No @@ -725,6 +725,12 @@ than listed, depending on resolved corner cases and optimizations.

    No + + Support begin/end declare target syntax in C/C++ + No + + + @@ -875,6 +881,26 @@ than listed, depending on resolved corner cases and optimizations.

    No + + For Fortran, optional comma between directive and clause + No + + + + Conforming device numbers and omp_initial_device and omp_invalid_device enum/PARAMETER + No + + + + interop_types in any position of the modifier list for the init clause of the interop construct + No + + + + Initial value of default-device-var ICV with OMP_TARGET_OFFLOAD=mandatory + No + + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 3 ++- htdocs/projects/gomp/index.html | 36 +++++++++++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs