We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7be99a commit 9a0847dCopy full SHA for 9a0847d
unified-runtime/source/adapters/level_zero/v2/queue_batched.cpp
@@ -987,14 +987,6 @@ ur_result_t ur_queue_batched_t::enqueueCommandBufferExp(
987
return lockedBatch->getImmediateManager().appendCommandBufferExp(
988
hCommandBuffer, waitListView,
989
createEventAndRetain(eventPoolImmediate.get(), phEvent, this));
990
- // createEventAndRetainRegular(phEvent,
991
- // lockedBatch->getCurrentGeneration()));
992
- // lockedBatch->markIssuedCommand();
993
-
994
- // return lockedBatch->getActiveBatch().appendCommandBufferExp(
995
- // hCommandBuffer, waitListView,
996
997
998
}
999
1000
ur_result_t ur_queue_batched_t::enqueueNativeCommandExp(
0 commit comments