Re: [PATCH] amdgcn: additional gfx1100 support

2024-01-26 Thread Andrew Stubbs
On 26/01/2024 10:22, Richard Biener wrote: On Fri, 26 Jan 2024, Andrew Stubbs wrote: On 26/01/2024 09:45, Richard Biener wrote: On Fri, 26 Jan 2024, Richard Biener wrote: === libgomp Summary === # of expected passes29126 # of unexpected failures697 # of

Re: [PATCH] amdgcn: additional gfx1100 support

2024-01-26 Thread Richard Biener
On Fri, 26 Jan 2024, Andrew Stubbs wrote: > On 26/01/2024 09:45, Richard Biener wrote: > > On Fri, 26 Jan 2024, Richard Biener wrote: > > > > === libgomp Summary === > > > > # of expected passes29126 > > # of unexpected failures697 > > # of unexpected success

Re: [PATCH] amdgcn: additional gfx1100 support

2024-01-26 Thread Andrew Stubbs
On 26/01/2024 09:45, Richard Biener wrote: On Fri, 26 Jan 2024, Richard Biener wrote: === libgomp Summary === # of expected passes29126 # of unexpected failures697 # of unexpected successes 1 # of expected failures 703 # of unresolved testcase

Re: [PATCH] amdgcn: additional gfx1100 support

2024-01-26 Thread Richard Biener
On Fri, 26 Jan 2024, Richard Biener wrote: > On Wed, 24 Jan 2024, Andrew Stubbs wrote: > > > This is enough to get gfx1100 working for most purposes, on top of the > > patch that Tobias committed a week or so ago; there are still some test > > failures to investigate, and probably some tuning to

Re: [PATCH] amdgcn: additional gfx1100 support

2024-01-26 Thread Richard Biener
On Wed, 24 Jan 2024, Andrew Stubbs wrote: > This is enough to get gfx1100 working for most purposes, on top of the > patch that Tobias committed a week or so ago; there are still some test > failures to investigate, and probably some tuning to do. > > It might also get gfx1030 working too. @Richi