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 272463858D20 for ; Fri, 20 Oct 2023 12:58:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 272463858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 272463858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.137.180 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697806718; cv=none; b=bIPSz88DT/OmdmqBVl32a4aE8HNx8SFcJzGRHBkRah2CCwp/DvGqm62GlF7ZH4SEHtb+NP6+3WbsyVgizv7UNZXvbwzJpnOO8FVFH2qpvYwRUygQfT5tEkxWyvChYwQUdcHo5lnf1xoti7UTlJ380vquFwpFl783kiOOWx7/ErI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697806718; c=relaxed/simple; bh=e/Jihlp31eC/ITBXZ1s+DU9VfU5jSLpHqY8A0bNZxUA=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=vYEFX3vt6y3/Db9uGc1Gjd8s1vS7ePOLAXMVVHJzArWIikwSGhc169TU9c7rAFS8visKK4HOYWVV0J7+zuXqK40enRZFA29wjgemGf797SYf+kXmpK49Wy6f2iTuxZGjNNPjmWV+nh3MY69C/XI8W676WwuMIoB02K2teLNwgXU= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: gwGtcc3CTcyHJE8b0Wmk8Q== X-CSE-MsgGUID: De12Q22/T7KvtXQMyS0fWg== X-IronPort-AV: E=Sophos;i="6.03,238,1694764800"; d="scan'208";a="20235451" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 20 Oct 2023 04:58:31 -0800 IronPort-SDR: LDhZ5On2avPyNnhoEaB7MIaGKieyriDuOmqrTm8z7P7+FL/ZjpRTM+USQdnHRBlh5+XjgHL2o8 Q2BXNOe0idPAPaIHx6kE373oCS5evKzvtKJhrqtzfuP/PkemGQjdMMan54w/rpauLEt6NSVRI2 Kjm7CMLakml6TMfRJqMWhItUpkCb4IKN6uzBkT0x21q81R/DIvlWI8L0/HVhPY0xHzLAdpeESS p1l4M8GmhZYzjYMUT1dnE1gUowJ6cTZVrAZFunk1sU4OHjm6BnyEoj2EZcdvVwujyzsZHEGDcs u18= Content-Type: multipart/mixed; boundary="------------tHAYoLNxnATnPz9znYO0Yz57" Message-ID: Date: Fri, 20 Oct 2023 13:58:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated Content-Language: en-GB To: Tobias Burnus , "gcc-patches@gcc.gnu.org" CC: Gerald Pfeifer References: <2f2a1be7-d949-42ff-84c9-faf58fd66c3b@codesourcery.com> From: Andrew Stubbs In-Reply-To: <2f2a1be7-d949-42ff-84c9-faf58fd66c3b@codesourcery.com> X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00,BODY_8BITS,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,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: --------------tHAYoLNxnATnPz9znYO0Yz57 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit On 19/10/2023 11:07, Tobias Burnus wrote: > On 19.10.23 11:49, Andrew Stubbs wrote: >> OK to commit? > > (I think as maintainer you don't need approval - but of course comments > by others can be helpful; I hope mine are. Additionally, Gerald (CCed) > helps with keeping the webpages in good shape (thanks!).) > > >> gcc-14: mark amdgcn fiji deprecated >> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html >> index c817dde4..91ab8132 100644 >> --- a/htdocs/gcc-14/changes.html >> +++ b/htdocs/gcc-14/changes.html >> @@ -178,6 +178,16 @@ a work-in-progress.

>> >>   >> >> +

AMD Radeon (GCN)

>> + >> +
    >> + 
  • The Fiji device support is now deprecated and will be removed >> from a >> +      future release.  The default compiler configuration no longer >> uses Fiji >> +      as the default device, and no longer includes the Fiji >> libraries.  Both >> +      can be restored by configuring with >> --with-arch=fiji.
  • >> + 
  • The default device architecture is now gfx900 >> (Vega).
  • >> +
> > Can you add ... around the "--with-arch=fiji"? Linking to > > https://gcc.gnu.org/install/specific.html#amdgcn-x-amdhsa > > I think that page is helpful (once the cron job has updated that page). > > Additionally, I wonder whether "Fiji" should be changed to "Fiji > (gfx803)" in the first line and whether the  "," should be removed in > "The ... configuration ... , and no longer includes". Fair enough, how's this version? (I like the comma, even if it is optional.) Andrew --------------tHAYoLNxnATnPz9znYO0Yz57 Content-Type: text/plain; charset="UTF-8"; name="231020-wwwdocs-deprecate-fiji.patch" Content-Disposition: attachment; filename="231020-wwwdocs-deprecate-fiji.patch" Content-Transfer-Encoding: base64 Z2NjLTE0OiBtYXJrIGFtZGdjbiBmaWppIGRlcHJlY2F0ZWQKCgpkaWZmIC0tZ2l0IGEvaHRk b2NzL2djYy0xNC9jaGFuZ2VzLmh0bWwgYi9odGRvY3MvZ2NjLTE0L2NoYW5nZXMuaHRtbApp bmRleCBjODE3ZGRlNC4uMjM2OTQzMTAgMTAwNjQ0Ci0tLSBhL2h0ZG9jcy9nY2MtMTQvY2hh bmdlcy5odG1sCisrKyBiL2h0ZG9jcy9nY2MtMTQvY2hhbmdlcy5odG1sCkBAIC0xNzgsNiAr MTc4LDIxIEBAIGEgd29yay1pbi1wcm9ncmVzcy48L3A+CiAKIDwhLS0gPGgzIGlkPSJhYXJj aDY0Ij5BQXJjaDY0PC9oMz4gLS0+CiAKKzxoMyBpZD0iYW1kZ2NuIj5BTUQgUmFkZW9uIChH Q04pPC9oMz4KKworPHVsPgorICA8bGk+CisgICAgVGhlIEZpamkgKGdmeDgwMykgZGV2aWNl IHN1cHBvcnQgaXMgbm93IGRlcHJlY2F0ZWQgYW5kIHdpbGwgYmUgcmVtb3ZlZCBmcm9tCisg ICAgYSBmdXR1cmUgcmVsZWFzZS4gIFRoZSBkZWZhdWx0IGNvbXBpbGVyIGNvbmZpZ3VyYXRp b24gbm8gbG9uZ2VyIHVzZXMgRmlqaQorICAgIGFzIHRoZSBkZWZhdWx0IGRldmljZSwgYW5k IG5vIGxvbmdlciBpbmNsdWRlcyB0aGUgRmlqaSBsaWJyYXJpZXMuICBCb3RoIGNhbgorICAg IGJlIHJlc3RvcmVkIGJ5IGNvbmZpZ3VyaW5nIHdpdGgKKyAgICA8YSBocmVmPSJodHRwczov L2djYy5nbnUub3JnL2luc3RhbGwvc3BlY2lmaWMuaHRtbCNhbWRnY24teC1hbWRoc2EiPgor ICAgICAgPGNvZGU+LS13aXRoLWFyY2g9ZmlqaTwvY29kZT4KKyAgICA8L2E+LgorICA8L2xp PgorICA8bGk+VGhlIGRlZmF1bHQgZGV2aWNlIGFyY2hpdGVjdHVyZSBpcyBub3cgPGNvZGU+ Z2Z4OTAwPC9jb2RlPiAoVmVnYSkuPC9saT4KKzwvdWw+CisKIDwhLS0gPGgzIGlkPSJhcmMi PkFSQzwvaDM+IC0tPgogCiA8IS0tIDxoMyBpZD0iYXJtIj5hcm08L2gzPiAtLT4K --------------tHAYoLNxnATnPz9znYO0Yz57--