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 2d555e5 commit bc5f656Copy full SHA for bc5f656
source/adapters/level_zero/command_buffer.cpp
@@ -1268,7 +1268,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferUpdateKernelLaunchExp(
1268
MutableCommandDesc.flags = 0;
1269
1270
// We must synchronize mutable command list execution before mutating.
1271
- ZE2UR_CALL(zeEventHostSynchronize, (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));
+ ZE2UR_CALL(zeEventHostSynchronize,
1272
+ (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));
1273
1274
auto Plt = Command->CommandBuffer->Context->getPlatform();
1275
UR_ASSERT(Plt->ZeMutableCmdListExt.Supported,
0 commit comments