Skip to content

Commit 563b05f

Browse files
committed
Fix mistake
1 parent 1181324 commit 563b05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,7 @@ pi_result _pi_ze_event_list_t::createAndRetainPiZeEventList(
20722072
CurQueue->LastCommandList != CurQueue->CommandListMap.end() &&
20732073
CurQueue->LastCommandList != NextImmCmdList) {
20742074
CurQueue->signalEvent(CurQueue->LastCommandList);
2075+
CurQueue->LastCommandList = CurQueue->CommandListMap.end();
20752076
}
20762077
}
20772078
} else {

0 commit comments

Comments
 (0)