Skip to content

Commit 13ff270

Browse files
committed
[UR][L0v2] Force enqueue kernel with args old path
1 parent 66b3b53 commit 13ff270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,8 +1247,8 @@ ur_result_t ur_command_list_manager::appendKernelLaunchWithArgsExp(
12471247
}
12481248

12491249
ur_platform_handle_t hPlatform = hContext->getPlatform();
1250-
bool KernelWithArgsSupported =
1251-
hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt.Supported;
1250+
bool KernelWithArgsSupported = false;
1251+
// hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt.Supported;
12521252
bool CooperativeCompatible =
12531253
hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt
12541254
.DriverSupportsCooperativeKernelLaunchWithArgs;

0 commit comments

Comments
 (0)