Re: [PATCH] drm/amdkfd: enable kfd on RISCV systems

2025-04-29 Thread liu.song13
>> From: Xuemei Liu >> >> KFD has been confirmed that can run on RISCV systems. It's necessary to >> support CONFIG_HSA_AMD on RISCV. > > Is there a public user mode branch with any changes needed to make ROCm > user mode work with RISCV? > > One more question inline. > > >> Signed-off-by: Xu

Re: [PATCH] drm/amdkfd: enable kfd on RISCV systems

2025-04-28 Thread Felix Kuehling
On 2025-04-26 21:25, liu.son...@zte.com.cn wrote: From: Xuemei Liu KFD has been confirmed that can run on RISCV systems. It's necessary to support CONFIG_HSA_AMD on RISCV. Is there a public user mode branch with any changes needed to make ROCm user mode work with RISCV? One more question i

[PATCH] drm/amdkfd: enable kfd on RISCV systems

2025-04-27 Thread liu.song13
From: Xuemei Liu KFD has been confirmed that can run on RISCV systems. It's necessary to support CONFIG_HSA_AMD on RISCV. Signed-off-by: Xuemei Liu --- drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/d