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 106668a commit f36f787Copy full SHA for f36f787
unified-runtime/source/adapters/level_zero/context.cpp
@@ -333,7 +333,7 @@ ur_result_t ur_context_handle_t_::initialize() {
333
Device->useDriverCounterBasedEvents()) {
334
logger::debug(
335
"L0 Synchronous Immediate Command List needed with In Order property.");
336
- ZeCommandQueueDesc.flags |= ZE_COMMAND_LIST_FLAG_IN_ORDER;
+ ZeCommandQueueDesc.flags |= ZE_COMMAND_QUEUE_FLAG_IN_ORDER;
337
}
338
ZE2UR_CALL(
339
zeCommandListCreateImmediate,
0 commit comments