From cf91f5f77a3af47a94c4adb0ae7673a5cc463e72 Mon Sep 17 00:00:00 2001 From: Jaydeep <106300970+jaydeeppatel1111@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:55:58 +0530 Subject: [PATCH] SWDEV-568926 - Destroy queue_inactive_signal directly. (#2059) --- .../runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp index 90aeeedaad..05b3c676bf 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_aql_queue.cpp @@ -383,7 +383,7 @@ AqlQueue::~AqlQueue() { exception_signal_->WaitingDec(); exception_signal_->DestroySignal(); - HSA::hsa_signal_destroy(amd_queue_.queue_inactive_signal); + core::Signal::Convert(amd_queue_.queue_inactive_signal)->DestroySignal(); FreeQueueMemory(); if (core::g_use_interrupt_wait) {