From 8fcaa1ca938bf6e57625d3fae3f80b00e86df266 Mon Sep 17 00:00:00 2001 From: "Arandjelovic, Marko" Date: Thu, 3 Apr 2025 11:14:32 +0200 Subject: [PATCH] SWDEV-517867 - Remove invalid assert (#55) * Remove invalid assert * Retrigger CI * Rebase --- rocclr/platform/commandqueue.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rocclr/platform/commandqueue.cpp b/rocclr/platform/commandqueue.cpp index 77aa26eb7a..e575a5c649 100644 --- a/rocclr/platform/commandqueue.cpp +++ b/rocclr/platform/commandqueue.cpp @@ -156,8 +156,6 @@ void HostQueue::finish(bool cpu_wait) { if (IS_HIP) { command = getLastQueuedCommand(true); if (command == nullptr) { - assert(GetSubmissionBatch() == nullptr && - "Can't claim the queue is finished with the active batch!"); return; } // Force blocking wait if requested. That allows to avoid a build up of unreleased CPU commands