From e55a439c13fdeeb614dfdc6a955853a76c20d3bf Mon Sep 17 00:00:00 2001 From: yangsu13 Date: Thu, 4 Dec 2025 14:44:39 +0800 Subject: [PATCH] wsl/librocdxg: Change hsaKmtQueueRingDoorbell interface PR: https://github.com/ROCm/rocm-systems/pull/2068/commits/a87adf6444faf9bd841e9fdd38335aa8008b2d06 Signed-off-by: yangsu13 Reviewed-by: Flora Cui --- queues.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.cpp b/queues.cpp index db93a42c6b..f6861b8db2 100644 --- a/queues.cpp +++ b/queues.cpp @@ -201,7 +201,7 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtAllocQueueGWS(HSA_QUEUEID QueueId, HSAuint32 nGWS, return HSAKMT_STATUS_SUCCESS; } -HSAKMT_STATUS HSAKMTAPI hsaKmtQueueRingDoorbell(HSA_QUEUEID QueueId) { +HSAKMT_STATUS HSAKMTAPI hsaKmtQueueRingDoorbell(HSA_QUEUEID QueueId, ...) { CHECK_DXG_OPEN(); auto queue_ = reinterpret_cast(QueueId);