Skip to content

Commit

Permalink
[L0 v2] Add missing queueFinish() to queueRelease()
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Nov 25, 2024
1 parent 5b57041 commit a33cb9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adapters/level_zero/v2/queue_immediate_in_order.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ ur_result_t ur_queue_immediate_in_order_t::queueRelease() {
if (!RefCount.decrementAndTest())
return UR_RESULT_SUCCESS;

UR_CALL(queueFinish());

delete this;
return UR_RESULT_SUCCESS;
}
Expand Down

0 comments on commit a33cb9f

Please sign in to comment.