diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-01-27 00:18:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-01-27 00:18:16 +0000 |
commit | ce9dae56404cfcc94b5149e955d43431e4db470a (patch) | |
tree | 9a165f547f9581fdae8afdaa08e2ef6968e31241 /libgomp | |
parent | 4eb836704239de22078caafe5ce261c5378e73da (diff) | |
download | gcc-ce9dae56404cfcc94b5149e955d43431e4db470a.zip gcc-ce9dae56404cfcc94b5149e955d43431e4db470a.tar.gz gcc-ce9dae56404cfcc94b5149e955d43431e4db470a.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f0b6658..fb0ed4f 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,28 @@ +2024-01-26 Richard Biener <rguenther@suse.de> + + * plugin/plugin-gcn.c (suitable_hsa_agent_p): Filter out + agents with unsupported ISA. + +2024-01-26 Richard Biener <rguenther@suse.de> + + * plugin/plugin-gcn.c + (EF_AMDGPU_MACH::EF_AMDGPU_MACH_UNSUPPORTED): Add. + (isa_code): Return that instead of -1. + (GOMP_OFFLOAD_init_device): Adjust. + +2024-01-26 Tobias Burnus <tburnus@baylibre.com> + + * testsuite/libgomp.c/declare-variant-4.h: Add variant functions + for gfx1030 and gfx1100. + * testsuite/libgomp.c/declare-variant-4-gfx1030.c: New test. + * testsuite/libgomp.c/declare-variant-4-gfx1100.c: New test. + +2024-01-26 Andrew Stubbs <ams@baylibre.com> + + * config/gcn/time.c (RTC_TICKS): Configure RDNA3. + (omp_get_wtime): Add RDNA3-compatible variant. + * plugin/plugin-gcn.c (max_isa_vgprs): Tune for gfx1030 and gfx1100. + 2024-01-24 Tobias Burnus <tburnus@baylibre.com> Sandra Loosemore <sandra@codesourcery.com> |