From patchwork Thu Feb 2 11:19:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 64141 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8A38A385B52A for ; Thu, 2 Feb 2023 11:20:22 +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 6A94C3858C60 for ; Thu, 2 Feb 2023 11:20:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6A94C3858C60 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.97,267,1669104000"; d="diff'?scan'208";a="95415084" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 02 Feb 2023 03:20:02 -0800 IronPort-SDR: eAMjOp5kt3XELzS1kXkTSJaGsfHVNMuhb83Su4jHoTuNzarqWS4HF08w6u2figt2lGC5Nic5Wi FoarS9GRHdy3CA8OUzgz1k3B3L4YEDaqpswE8PWaYJnQRBgzjDU2Jusmj3wSIxlOA/MJhNZ7l6 DOrvv5jq1sK4W4vDRHTn9zwvtF2oJ5Xpx94E8buyb2+C5lf/svVQoSyP0D0+iUzIoweWSLMPyY WraFb6BQynCvZ0t4ds4PRu1Sp6Q9OGLU1avK0rRxgMbPqZ0WDmXlKKzgr+vIjxatxKkHxDLin3 SBk= Message-ID: <768cda84-807f-581d-ea0f-5a5d0027e686@codesourcery.com> Date: Thu, 2 Feb 2023 12:19:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Content-Language: en-US To: gcc-patches CC: Jakub Jelinek From: Tobias Burnus Subject: [committed] libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item 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 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+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" There is less new in TR11 as claimed ... 'strict' on grainsize/num_tasks is already in OpenMP 5.1, it is implemented and also listed as 'Y' under 5.1. Only 'num_threads(strict: int-expr)' is new in TR11. 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 8da7476c5fa8870c2fcded48d3de95978434c1be Author: Tobias Burnus Date: Thu Feb 2 12:05:58 2023 +0100 libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item Fix the 'strict' modifier status: it is already listed (as 'Y') for OpenMP 5.1 for num_task and grainsize; only strict on num_threads is new with TR11. libgomp/ * libgomp.texi (OpenMP TR11): Fix item for 'strict' modifier. diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 0aa653d3ace..1f84b050eb2 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -469,8 +469,7 @@ Technical Report (TR) 11 is the first preview for OpenMP 6.0. @item @code{omp_curr_progress_width} identifier @tab N @tab @item @code{safesync} clause to the @code{parallel} construct @tab N @tab @item @code{omp_get_max_progress_width} runtime routine @tab N @tab -@item @code{strict} modifier keyword to @code{num_threads}, @code{num_tasks} - and @code{grainsize} @tab N @tab +@item @code{strict} modifier keyword to @code{num_threads} @tab N @tab @item @code{memscope} clause to @code{atomic} and @code{flush} @tab N @tab @item Routines for obtaining memory spaces/allocators for shared/device memory @tab N @tab