RE: [PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

2025-03-17 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Lancelot SIX Sent: Monday, March 17, 2025 7:02 AM To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

Re: [PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

2025-03-17 Thread Lancelot SIX
On 14/03/2025 15:14, Jonathan Kim wrote: Clause instructions with precise memory enabled currently hang the shader so set capabilities flag to disabled since it's unsafe to use for debugging. Signed-off-by: Jonathan Kim Hi, I have tested this for gfx11. For what it is worth, this patch lo

[PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

2025-03-14 Thread Jonathan Kim
Clause instructions with precise memory enabled currently hang the shader so set capabilities flag to disabled since it's unsafe to use for debugging. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/