From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 145A43858427; Fri, 4 Nov 2022 10:05:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 145A43858427 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.96,137,1665475200"; d="scan'208,223";a="86072812" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 04 Nov 2022 02:05:27 -0800 IronPort-SDR: DcEzDVwWHwrRFmepXiSsSmEJJxhrdFnEnhPMI3uMmh4Us4aYx5sOxV7dS1kZbnj/Ae0jQJsA0V WSRsxS2iV96fjgylk9frPlH5HfOnSk8XfVQTrOboNAXWjpWG0agnC9LIPyMBdp81ovOriMK4vs Ze9U/miV/B5uAYsiqRsTbbUkYolzHGLaMeJAzA3NkNC+b9yXpcc51/lfj34R+CCK+UQn6k/nDa lr+MqDmngFsPpEzyiWirCROMO03Z/RvbqQkGC9dyl7a3uNxPGGtYX7WatjWc1zR//t4iwz9+k2 ChA= From: Thomas Schwinge To: "H.J. Lu" , Hongtao Liu , , , Jakub Jelinek CC: Richard Biener , Michael Matz , "Tobias Burnus" Subject: GCC 13: OpenMP offloading to Intel MIC has been removed (was: Remove support for Intel MIC offloading) In-Reply-To: References: <499b9ae2-1365-a954-ed5e-35aede5d0def@suse.cz> <20211108085918.GH2710@tucnak> <3376e0dd-9f8e-ebac-eaef-4f02865807c3@suse.cz> <87a65qhhk0.fsf@euler.schwinge.homeip.net> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/27.1 (x86_64-pc-linux-gnu) Date: Fri, 4 Nov 2022 11:05:13 +0100 Message-ID: <87cza32fxi.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-11.9 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 List-Id: --=-=-= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! On 2022-10-20T13:34:41+0200, Jakub Jelinek via Gcc-patches wrote: > we'll need to update the offloading wiki I'll look into that. I assume we just remove any "Intel MIC" text, unless historically or otherwise still relevant, of course. Likewise I'll look through open PRs to see if any can be closed now. And, I've pushed to wwwdocs master branch commit c59054dae1319cd21e8198733a63d60111681d1b "GCC 13: OpenMP offloading to Intel MIC has been removed", see attached, borrowing both the position in the notes and wording from the GCC 12 deprecation. Now, looking forward to the day when someone introduces support for (new) Intel GPU offloading! (See initial/inconclusive discussion in thread at "GCC/OpenMP offloading for Intel GPUs?". Gr=C3=BC=C3=9Fe Thomas ----------------- 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 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename="0001-GCC-13-OpenMP-offloading-to-Intel-MIC-has-been-remov.patch" >From c59054dae1319cd21e8198733a63d60111681d1b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 4 Nov 2022 10:18:38 +0100 Subject: [PATCH] GCC 13: OpenMP offloading to Intel MIC has been removed --- htdocs/gcc-13/changes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index f5fa97e5..8b4bf7f3 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -28,6 +28,7 @@ a work-in-progress.

Caveats

    +
  • OpenMP offloading to Intel MIC has been removed.
  • The support for the cr16-elf, tilegx*-linux, tilepro*-linux, hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11* and m32c-rtems configurations has been removed.
  • -- 2.35.1 --=-=-=--