Skip to content

Commit 9a0847d

Browse files
cleanup1
1 parent e7be99a commit 9a0847d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

unified-runtime/source/adapters/level_zero/v2/queue_batched.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -987,14 +987,6 @@ ur_result_t ur_queue_batched_t::enqueueCommandBufferExp(
987987
return lockedBatch->getImmediateManager().appendCommandBufferExp(
988988
hCommandBuffer, waitListView,
989989
createEventAndRetain(eventPoolImmediate.get(), phEvent, this));
990-
// createEventAndRetainRegular(phEvent,
991-
// lockedBatch->getCurrentGeneration()));
992-
// lockedBatch->markIssuedCommand();
993-
994-
// return lockedBatch->getActiveBatch().appendCommandBufferExp(
995-
// hCommandBuffer, waitListView,
996-
// createEventAndRetainRegular(phEvent,
997-
// lockedBatch->getCurrentGeneration()));
998990
}
999991

1000992
ur_result_t ur_queue_batched_t::enqueueNativeCommandExp(

0 commit comments

Comments
 (0)