Re: Try to fix amdgpu's error handling

2025-03-27 Thread Danilo Krummrich
On Tue, Mar 18, 2025 at 01:03:11PM +0100, Christian König wrote: > Hi guys, > > as partially discussed on the list already amdgpu has a bug in it's gang > submission code. > > Basic problem is to add the correct dependency to the gang leader we > need to arm the other gang members first, but that

Try to fix amdgpu's error handling

2025-03-18 Thread Christian König
Hi guys, as partially discussed on the list already amdgpu has a bug in it's gang submission code. Basic problem is to add the correct dependency to the gang leader we need to arm the other gang members first, but that is a point of no return and it is possible that adding the dependencies fails