From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 2B2153858C2F for ; Tue, 16 Aug 2022 17:28:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2B2153858C2F 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,241,1654588800"; d="scan'208";a="81267622" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 16 Aug 2022 09:28:30 -0800 IronPort-SDR: +qwmUzaxjO8Uh4/+b5ZxfNno6D4TKHpUHF5x3ZZ8PozA41kyxH/sKh+FzHF+KCQzbfHlA75wMv S6d+NUqyNf7WwTGrMqYnmuLzQ8r99+Ensf/72svQpWvDhptDnRsOAlQtQNTCwYtGSmtmX+h2c6 XNt06VhJh78x3C3tkkCLyoPK1+UQg9IU9P3rVw8cpoVnN2+y0/vY6Y5KBGaX+0xDBE/CcW+g2q y+JexR7sZC+YQ+aBjtFIz97WTdO0A2Dv/SHgm/90yVuqqy/oBaKyD5cCfLHuypARClqcHhGrrp K3o= Message-ID: Date: Tue, 16 Aug 2022 19:28:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US To: gcc-patches , Jakub Jelinek From: Tobias Burnus Subject: OpenMP patch ping Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable 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=-5.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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: , X-List-Received-Date: Tue, 16 Aug 2022 17:28:39 -0000 I would like to ping the following OpenMP patches. First two non-pings but just RFC: - "Restore 'GOMP_offload_unregister_ver' functionality" https://gcc.gnu.org/pipermail/gcc-patches/2022-July/597918.html * QUESTION: See 'assert' question in email exchange (linked email message + emails before/after it in the thread) - [Patch] OpenMP: Fix folding with simd's linear clause [PR106492] https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599308.html * Already committed as obvious to mainline + GCC 12 * Question: Close PR or also backport to GCC 11? Other patch comments? Now the patch pings =E2=80=93 lightly ordered by complexity: * [PATCH, OpenMP, C++] Allow classes with static members to be mappable https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598918.html * Modified as requested in the patch review * [Patch] OpenMP: Fix var replacement with 'simd' and linear-step vars [PR1= 06548] https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599832.html * [Patch] Fortran: OpenMP fix declare simd inside modules and absent linear= step [PR106566] https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599829.html * [patch] libgomp/splay-tree.h: Fix splay_tree_prefix handling https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598694.html * [Patch] OpenMP requires: Fix diagnostic filename corner case https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598697.html * [PATCH] openmp: fix max_vf setting for amdgcn offloading https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598265.html (Side note: we should at some point find a way to improve target-specific handling; similar to the are-exceptions-supported issue of PR101544 but there are more.) * [PATCH] OpenMP, libgomp: Environment variable syntax extension. https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598770.html * Post-review Revised patch * [Patch] OpenMP, libgomp, gimple: omp_get_max_teams, omp_set_num_teams, an= d omp_{gs}et_teams_thread_limit on offload devices https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599278.html * Revised patch; saw a light review before * [Patch] OpenMP: Support reverse offload (middle end part) https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598662.html (Does permanent host fallback for target regions; I have a WIP patch for AMDGCN and nvptx) * [PATCH 0/3] OpenMP SIMD routines https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599487.html * [PATCH 0/5] [gfortran] Support for allocate directive (OpenMP 5.0) https://gcc.gnu.org/pipermail/gcc-patches/2022-January/588367.html (already older - but I missed to ping it.) * [PATCH 00/17] openmp, nvptx, amdgcn: 5.0 Memory Allocators https://gcc.gnu.org/pipermail/gcc-patches/2022-July/597976.html * Unified-Shared Memory & Pinned Memory Depending on those: * [PATCH] OpenMP, libgomp: Handle unified shared memory in omp_target_is_ac= cessible. https://gcc.gnu.org/pipermail/gcc-patches/2022-May/594187.html * [PATCH, OpenMP, Fortran] requires unified_shared_memory 1/2: adjust libgf= ortran memory allocators https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599703.html (Fortran part, required for ...) * [PATCH, OpenMP, Fortran] requires unified_shared_memory 2/2: insert USM a= llocators into libgfortran https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599704.html And finally: * [PATCH, libgomp] Fix chunk_size<1 for dynamic schedule https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599332.html Tobias PS: I hope the list above and the one below is somewhat complete... * * * PPS: Tracking patches pending (re)submissions, just that it is not forgotten on our side: * [PATCH, OpenMP, v4] Implement uses_allocators clause for target regions https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596587.html * Needs to be revised according to review comments * Fortran allocatable components handling (needs to be slit into separate p= ieces and submitted separately) https://gcc.gnu.org/pipermail/gcc-patches/2022-April/593704.html * [PATCH 00/16] OpenMP: lvalues in "map" clauses and struct handling rework https://gcc.gnu.org/pipermail/gcc-patches/2021-December/586600.html and January + February updates (search for metadirective) + patch review end of May, e.g. https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595762.html (+ 4 more= emails) * [PATCH 00/16] OpenMP: lvalues in "map" clauses and struct handling rework https://gcc.gnu.org/pipermail/gcc-patches/2021-November/585439.html + [PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus st= ruct rework, etc.) https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591973.html * [PATCH 00/40] OpenACC "kernels" Improvements https://gcc.gnu.org/pipermail/gcc-patches/2021-December/586901.html (4 simple patches are in by now; could be reviewed, in principle) ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955