From patchwork Fri Nov 4 10:05:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 59895 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 2798C3857689 for ; Fri, 4 Nov 2022 10:05:47 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org 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 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 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 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: , Cc: Tobias Burnus , Michael Matz , Richard Biener Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" 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üße Thomas ----------------- 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 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