Re: [Patch] libgomp: Add offload_device_gcn check, add requires-4a.c test

2022-10-20 Thread Jakub Jelinek via Gcc-patches
On Wed, Oct 12, 2022 at 04:05:32PM +0200, Tobias Burnus wrote: > include/ChangeLog: > > * gomp-constants.h (GOMP_DEVICE_HSA): Comment (unused). Comment out unused define. or so, please. > libgomp/ChangeLog: > > * testsuite/lib/libgomp.exp (check_effective_target_offload_device_gcn):

*ping* / Re: [Patch] libgomp: Add offload_device_gcn check, add requires-4a.c test

2022-10-17 Thread Tobias Burnus
On 12.10.22 16:05, Tobias Burnus wrote: This came up because the USM implementation with -foffload-memory={unified,pinned} as posted at https://gcc.gnu.org/pipermail/gcc-patches/2022-July/597976.html does not handle USM with static variables. This shows up for the OG12 alias devel/omp/gcc-12 b

[Patch] libgomp: Add offload_device_gcn check, add requires-4a.c test

2022-10-12 Thread Tobias Burnus
This came up because the USM implementation with -foffload-memory={unified,pinned} as posted at https://gcc.gnu.org/pipermail/gcc-patches/2022-July/597976.html does not handle USM with static variables. This shows up for the OG12 alias devel/omp/gcc-12 branch as FAIL for requires-4.c. The atta