Skip to content

Commit

Permalink
Update queue.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 authored May 1, 2024
1 parent f3783fb commit 500e693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/adapters/level_zero/queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urQueueFlush(
ur_queue_handle_t Queue ///< [in] handle of the queue to be flushed.
) {
// Flushing cross-queue dependencies is covered by
// createAndRetainUrZeEventList, so this can be left as a no-op. return
// Queue->executeAllOpenCommandLists();
// createAndRetainUrZeEventList, so this can be left as a no-op.
std::ignore = Queue;
return UR_RESULT_SUCCESS;
}
Expand Down

0 comments on commit 500e693

Please sign in to comment.