From 02e6b3fd38d08e1739d4db0da6ad409f52ff7674 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 30 Nov 2022 13:18:17 +0100 Subject: [PATCH] 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) --- 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 4985ae73858e..74053a6eea0e 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 e9baae5dcfc4..7f124dd6cd19 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'' -- 2.47.2