Fix 'libgomp.c/declare-variant-4-*.c', add 'libgomp.c/declare-variant-4.c' (was: [PATCH] amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectors)

2023-11-30 Thread Thomas Schwinge
Hi! On 2022-11-29T16:56:21+0100, Paul-Antoine Arras wrote: > [...] also adds test > cases checking all supported AMD ISAs are properly recognised when used > in a 'declare variant' construct. \o/ Yay for test cases! > --- /dev/null > +++ libgomp/testsuite/libgomp.c/declare-variant-4-fiji.c > @@

Re: [PATCH] amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectors

2022-11-29 Thread Andrew Stubbs
On 29/11/2022 15:56, Paul-Antoine Arras wrote: Hi all, This patch adds support for 'gfx803' as an alias for 'fiji' in OpenMP context selectors, so as to be consistent with LLVM. It also adds test cases checking all supported AMD ISAs are properly recognised when used in a 'declare variant' co

[PATCH] amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectors

2022-11-29 Thread Paul-Antoine Arras
Is it OK for mainline? Thanks, -- PAFrom 2523122f7fff806aca7f7f03109668064969aa2d Mon Sep 17 00:00:00 2001 From: Paul-Antoine Arras Date: Tue, 29 Nov 2022 16:22:07 +0100 Subject: [PATCH] amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectors Add support for gfx803 as a