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 2af9145 commit c01fc27Copy full SHA for c01fc27
unified-runtime/source/adapters/level_zero/context.cpp
@@ -576,8 +576,9 @@ ur_result_t ur_context_handle_t_::getFreeSlotInExistingOrNewPool(
576
} else {
577
UR_CALL(resetCommandLists(Queue));
578
}
579
- ZE2UR_CALL(zeEventPoolCreate, (ZeContext, &ZeEventPoolDesc,
580
- ZeDevices.size(), &ZeDevices[0], ZePool));
+ ZE2UR_CALL(zeEventPoolCreate,
+ (ZeContext, &ZeEventPoolDesc, ZeDevices.size(),
581
+ &ZeDevices[0], ZePool));
582
583
} else if (ze2urResult(Result) != UR_RESULT_SUCCESS) {
584
return ze2urResult(Result);
0 commit comments