From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 3D3C7385842E; Wed, 30 Nov 2022 12:18:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D3C7385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669810709; bh=pLzhNerkTT+x3Q5yjmVNNqt0/lNzmYbxgfM7SDzRAb8=; h=From:To:Subject:Date:From; b=H0hyt6To7X0RjcMvRYNp+3aceSKY206u8COhmnZNa6f7n13+3gHN1Hr1ehNFD3eNx jE4zgraDMnH+vp9CFK5FDUzdKpl0QHU5apUHVQdbK12jVfIl/CAglNCrE3lpnSVw+9 Z3DenAMH/wuiyKb75fh6bev7cz1Yxba7yr1b/t9Q= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] libgomp.texi: List GCN's 'gfx803' under OpenMP Context Selectors X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: b60c566317ae14916249544604bd7d6e46837be5 X-Git-Newrev: 02e6b3fd38d08e1739d4db0da6ad409f52ff7674 Message-Id: <20221130121829.3D3C7385842E@sourceware.org> Date: Wed, 30 Nov 2022 12:18:29 +0000 (GMT) List-Id: https://gcc.gnu.org/g:02e6b3fd38d08e1739d4db0da6ad409f52ff7674 commit 02e6b3fd38d08e1739d4db0da6ad409f52ff7674 Author: Tobias Burnus Date: Wed Nov 30 13:18:17 2022 +0100 libgomp.texi: List GCN's 'gfx803' under OpenMP Context Selectors libgomp/ChangeLog: * libgomp.texi (OpenMP Context Selectors): Add 'gfx803' to gcn's isa. (cherry picked from commit e0b95c2e8b771b53876321a6a0a9497619af73cd) Diff: --- libgomp/ChangeLog.omp | 7 +++++++ libgomp/libgomp.texi | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 4985ae73858..74053a6eea0 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,10 @@ +2022-11-30 Tobias Burnus + + Backported from master: + 2022-11-30 Tobias Burnus + + * libgomp.texi (OpenMP Context Selectors): Add 'gfx803' to gcn's isa. + 2022-11-30 Paul-Antoine Arras Backported from master: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index e9baae5dcfc..7f124dd6cd1 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4372,7 +4372,8 @@ offloading devices (it's not clear if they should be): @tab See @code{-m...} flags in ``x86 Options'' (without @code{-m}) @item @code{amdgcn}, @code{gcn} @tab @code{gpu} - @tab See @code{-march=} in ``AMD GCN Options'' + @tab See @code{-march=} in ``AMD GCN Options''@footnote{Additionally, + @code{gfx803} is supported as an alias for @code{fiji}.} @item @code{nvptx} @tab @code{gpu} @tab See @code{-march=} in ``Nvidia PTX Options''