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
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