Re: [PATCH 24/32] drm/amdkfd: add debug wave launch mode operation

2023-03-21 Thread Felix Kuehling
On 2023-01-25 14:53, Jonathan Kim wrote: Allow the debugger to set wave behaviour on to either normally operate, halt at launch, trap on every instruction, terminate immediately or stall on allocation. v2: add gfx11 support and remove deprecated launch mode options Signed-off-by: Jonathan Kim

[PATCH 24/32] drm/amdkfd: add debug wave launch mode operation

2023-01-25 Thread Jonathan Kim
Allow the debugger to set wave behaviour on to either normally operate, halt at launch, trap on every instruction, terminate immediately or stall on allocation. v2: add gfx11 support and remove deprecated launch mode options Signed-off-by: Jonathan Kim ---