From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id AED4E3858D20; Mon, 29 Jan 2024 10:43:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AED4E3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706525000; bh=PFw0jowP1llVg/jaSN4jdXH1jIIpOxI6E70IBk0MfOs=; h=To:Subject:Date:From:From; b=KqictgnuLX4eyp8koRzNwG3tnysOZOKaJ2kBu3UUhMUKluGNzXRwu4jSDmIyB3Iz/ FlqvfdRpWFKSfGZWRA2Xg1fKyqEZK8jiBbY0vcJGZVOiITLmAZUKwbU0d6vY5F67a9 I0eJSlZKwSBmvKw74Ld3+tVBi5JKmx32iunKQiL8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 15056edbb60e24a6410d9b75f7386de28ea60bc1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 40c686b64889f1551700ee9cadd27909cefc1927 X-Git-Newrev: 15056edbb60e24a6410d9b75f7386de28ea60bc1 Message-Id: <20240129104320.AED4E3858D20@sourceware.org> Date: Mon, 29 Jan 2024 10:43:20 +0000 (GMT) From: Tobias Burnus List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 15056edbb60e24a6410d9b75f7386de28ea60bc1 (commit) from 40c686b64889f1551700ee9cadd27909cefc1927 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15056edbb60e24a6410d9b75f7386de28ea60bc1 Author: Tobias Burnus Date: Mon Jan 29 11:42:53 2024 +0100 gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100 Signed-off-by: Tobias Burnus diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index a04b62ff..6d917535 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -329,6 +329,11 @@ a work-in-progress.

AMD Radeon (GCN)

    +
  • Initial support for the AMD Radeon gfx1030 (RDNA2) and + gfx1100 (RDNA3) devices has been added. LLVM 15+ (assembler + and linker) is required + to support gfx1100.
  • Improved register usage and performance on CDNA Instinct MI100 and MI200 series devices.
  • The default device architecture is now gfx900 (Vega).
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs