From patchwork Tue Sep 13 07:15:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 1677143 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 4MRZVx1qvKz1ypR for ; Tue, 13 Sep 2022 17:15:35 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3D081385140B for ; Tue, 13 Sep 2022 07:15:33 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 545A4385C017 for ; Tue, 13 Sep 2022 07:15:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 545A4385C017 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.93,312,1654588800"; d="diff'?scan'208";a="82758336" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 12 Sep 2022 23:15:20 -0800 IronPort-SDR: OST6cLcVJII8qne6glk0FpTd6Xngu4R3cDWtLMSt+fVS6bYeE6/4OSgQ2FiSrU+rsqftHBuxib LdfPoYFBHeYkrXO4tl2CzPIpfXe3PhYSFj7zL5aAkgQSUrxNJ4wHmwy5MZh62CdXDJ+H5Mbtrm Z5YLztRbAZvdSR9P8Q1FTvcdWA3lfop9RzV5E1U/PWhfWyI7Rp0+grIMjuwMkpxzqoCzKUgk+y G955yrbECrKvtgjseV3/tAjDkVhjL+O6/NCmLh1RifDgdSfWG4WkSoTLYlSUec6JkVu+3xWuOT qzo= Message-ID: Date: Tue, 13 Sep 2022 09:15:14 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Content-Language: en-US To: gcc-patches From: Tobias Burnus Subject: [committed] libgomp.texi: move item from gcn to nvptx X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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" Placed the reverse-offload -march=sm_30 vs. >=sm_35 remark accidentally to the 'gcn' section. The surrounding wording it very similar, hence, I did not spot it. Committed as r13-2636. 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 eec36f27c3ca85d3b6b469e7161b63b69a5823ac Author: Tobias Burnus Date: Tue Sep 13 09:08:57 2022 +0200 libgomp.texi: move item from gcn to nvptx I misplaced one remark into 'gcn' instead of 'nvptx' in commit r13-2625-g6b43f556f392a7165582aca36a19fe7389d995b2 libgomp/ChangeLog: * libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ... (nvptx): ... here. diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1f402d6df79..5aef987f00a 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4386,9 +4386,6 @@ 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 Compilation OpenMP code that contains @code{requires reverse_offload} - requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30} - is not supported. @end itemize @@ -4435,6 +4432,9 @@ The implementation remark: @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported using the C library @code{printf} functions. Note that the Fortran @code{print}/@code{write} statements are not supported, yet. +@item Compilation OpenMP code that contains @code{requires reverse_offload} + requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30} + is not supported. @end itemize