From patchwork Fri Mar 24 16:37:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 1760848 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Pjnv95pBNz1yXr for ; Sat, 25 Mar 2023 03:37:57 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C764E384D1B0 for ; Fri, 24 Mar 2023 16:37:55 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 27D7E384F01A for ; Fri, 24 Mar 2023 16:37:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 27D7E384F01A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,288,1673942400"; d="diff'?scan'208";a="323003" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 24 Mar 2023 08:37:43 -0800 IronPort-SDR: /Aw8NiScJhkAqy4ooPg2tjl9SdMwpUwB8SJ6+nAcYl6OnUXY++Wz03LRTDEUPzV6UT8Y5+2u7B 1hE2o7xxNP1YVo7DqvR34XglNbravoefr0xnrGRakvUeJgjQW5ah6aR1I88rg0WYqGiRX+BHYC A4MhUfKoa6acYh8qP8A39bCR+Wt8H5IvyJzHUYEgf2kKhhBd729K3sFu9yETzqFtqApuDbX7QO PTdOr5NSPDs4D2Pgb/MWzLd4lX226Jo7HdgremL0mh1dAX8e29HMstOH1ntcCx579Bpql1y5yO NZo= Message-ID: <3cf032e0-9ca6-0a2a-ef31-61408c6138cb@codesourcery.com> Date: Fri, 24 Mar 2023 17:37:39 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Content-Language: en-US To: gcc-patches From: Tobias Burnus Subject: [committed] libgomp.texi: Fix wording in GCN offload specifics X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" Stumbled over 'Reverse offload are', fixed by changing it to 'Reverse offload regions are'. Committed as r13-6854 Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955 commit 243fa4883cf6fccaaafddcc82e6b58843c82fb30 Author: Tobias Burnus Date: Fri Mar 24 17:32:59 2023 +0100 libgomp.texi: Fix wording in GCN offload specifics libgomp/ * libgomp.texi (Offload-Target Specifics): Grammar fix. diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5bcb84a1d6f..dc6b4aca38b 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4454,7 +4454,7 @@ The implementation remark: @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported using the C library @code{printf} functions and the Fortran @code{print}/@code{write} statements. -@item Reverse offload (i.e. @code{target} regions with +@item Reverse offload regions (i.e. @code{target} regions with @code{device(ancestor:1)}) are processed serially per @code{target} region such that the next reverse offload region is only executed after the previous one returned.