Re: [PATCH] amdgcn: Add gfx1036 target

2024-03-25 Thread Richard Biener
On Mon, 25 Mar 2024, Richard Biener wrote: > Add support for the gfx1036 RDNA2 APU integrated graphics devices. The ROCm > documentation warns that these may not be supported, but it seems to work > at least partially. > > x86 host bootstrap/regtest running, target-libgomp testing for the >

Re: [PATCH] amdgcn: Add gfx1036 target

2024-03-25 Thread Andrew Stubbs
On 25/03/2024 11:27, Richard Biener wrote: Add support for the gfx1036 RDNA2 APU integrated graphics devices. The ROCm documentation warns that these may not be supported, but it seems to work at least partially. x86 host bootstrap/regtest running, target-libgomp testing for the offload

Re: [PATCH] amdgcn: Add gfx1036 target

2024-03-25 Thread Richard Biener
On Mon, 25 Mar 2024, Tobias Burnus wrote: > Richard Biener wrote: > > I'll follow up with the libgomp testing test summary for archival > > purposes. I still see linker errors for testcases using -g > > (the ld: ^[[0;31merror: ^[[0mincompatible mach: > > /tmp/ccr0oDpD.mkoffload.dbg.o^M kind) >

Re: [PATCH] amdgcn: Add gfx1036 target

2024-03-25 Thread Tobias Burnus
Richard Biener wrote: I'll follow up with the libgomp testing test summary for archival purposes. I still see linker errors for testcases using -g (the ld: ^[[0;31merror: ^[[0mincompatible mach: /tmp/ccr0oDpD.mkoffload.dbg.o^M kind) Hmm, odd – can you try compile with -save-temp and look at

[PATCH] amdgcn: Add gfx1036 target

2024-03-25 Thread Richard Biener
Add support for the gfx1036 RDNA2 APU integrated graphics devices. The ROCm documentation warns that these may not be supported, but it seems to work at least partially. x86 host bootstrap/regtest running, target-libgomp testing for the offload produces results comparable to those of gfx1030.