Felix Kuehling
Felix Kuehling
Excuse my ignorance. What's a musl system? If there is a conflict between our global variable PAGE_SIZE and a macro defined in a header file, it may be cleaner to...
hsaKmtWaitOnMultipleEvents waits for user mode events usually signaled by the GPU, for example when a dispatch completes. If this hangs it means, most likely the problem is in the user...
Typically signals that the CPU is waiting for are signaled by code running on the GPU. For example this could be the completion of a compute shader dispatch. Every AQL...
Given the commonality between HIP and OpenCPL, it may be a problem in ROCr or I believe there is a common language runtime component that's shared HIP and OpenCL, called...
Hi Junwei, can you provide more context about who fails to detach IPC memory? Is that an interaction with the ROCr runtime? I don't think there is a dependency inside...
Hi Junwei, Please add a Signed-off-by line to your commit. Then I will merge it into our internal branch after internal code review and testing.
Maybe an oversight. I see that Navi Flounder is in the table for the next release, ROCm 4.2, which is going through QA now.
I'm checking with the owner of the Thunk specification what unit we should be reporting.
Thank you for the patch. Please add a "Signed-off-by" line to the commit message (see https://signed-off-by.me/ for details). Then I'll cherry-pick it into our internal development branch and it should...
Can you run with export HSAKMT_DEBUG_LEVEL=7? That may give some more info about what's failing.