Skip to content

Commit

Permalink
Apply formatting based on style uesd for unified-runtime repo
Browse files Browse the repository at this point in the history
  • Loading branch information
againull committed Mar 14, 2024
1 parent 2d555e5 commit bc5f656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/adapters/level_zero/command_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferUpdateKernelLaunchExp(
MutableCommandDesc.flags = 0;

// We must synchronize mutable command list execution before mutating.
ZE2UR_CALL(zeEventHostSynchronize, (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));
ZE2UR_CALL(zeEventHostSynchronize,
(CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));

auto Plt = Command->CommandBuffer->Context->getPlatform();
UR_ASSERT(Plt->ZeMutableCmdListExt.Supported,
Expand Down

0 comments on commit bc5f656

Please sign in to comment.