From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 66A733858C00; Thu, 23 Feb 2023 14:41:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66A733858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677163273; bh=7QwsJUu87hT4yuNcscyxHqphy8sD6cUetycRCpeVx7o=; h=To:Subject:Date:From:From; b=DbfIbzcSLqISGLbAAJOsr4rKhqkrvumt3jzQooGmeKWdvbj9ghpXKWPojnvyG2/Re 4MnEJ4BU6c2Zd3xcfAI93/hA5FQXxxx6/OlQmKZ1JwVop7JFXx1OoaMKNvXXtOgjdC FbegXsR1kjYzNAZN/EP63+4nsASV6x2CMBNiS2EA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 324b81b41b986d0b77752209b6e3767d708893ad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b X-Git-Newrev: 324b81b41b986d0b77752209b6e3767d708893ad Message-Id: <20230223144113.66A733858C00@sourceware.org> Date: Thu, 23 Feb 2023 14:41:13 +0000 (GMT) From: Tobias Burnus List-Id: 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 324b81b41b986d0b77752209b6e3767d708893ad (commit) from 8edbd72f42afcfc7c92099b9feaf42e5f0ccf11b (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 324b81b41b986d0b77752209b6e3767d708893ad Author: Tobias Burnus Date: Thu Feb 23 15:40:16 2023 +0100 OpenMP update for gcc-13/changes.html + projects/gomp/ diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 6034a8f9..a803f501 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -69,13 +69,13 @@ a work-in-progress.

  • OpenMP
    • - Reverse offload is now supported with nvptx devices. Additionally, the - requires handling has been improved and all clauses are - now accepted. If a requirement cannot be fulfilled for an accessible - device, this device is excluded from the list of available devices. This - may imply that the only device left is the host (the initial device). - In particular, requires_offload is currently unsupported on - AMD GCN devices while unified_address and + Reverse offload is now supported with AMD GCN and nvptx devices. + Additionally, the requires handling has been improved and + all clauses are now accepted. If a requirement cannot be fulfilled for + an accessible device, this device is excluded from the list of + available devices. This may imply that the only device left is the host + (the initial device). + In particular, unified_address and unified_shared_memory are unsupported by all non-host devices.
    • diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index b2b3b0c8..3ef4f502 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -315,8 +315,8 @@ than listed, depending on resolved corner cases and optimizations.

      (atomic_default_mem_order)
      (dynamic_allocators)
      - complete but no non-host devices provides unified_address, - unified_shared_memory or reverse_offload + complete but no non-host devices provides unified_address or + unified_shared_memory @@ -432,7 +432,7 @@ than listed, depending on resolved corner cases and optimizations.

      Reverse offload unsupported
      - See comment for requires + Reverse offload supported @@ -1062,8 +1062,7 @@ error.

      - strict modifier keyword to num_threads, num_tasks - and grainsize + strict modifier keyword to num_threads No ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 14 +++++++------- htdocs/projects/gomp/index.html | 9 ++++----- 2 files changed, 11 insertions(+), 12 deletions(-) hooks/post-receive -- gcc-wwwdocs