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 66b3b53 commit 8df999bCopy full SHA for 8df999b
unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp
@@ -1247,8 +1247,8 @@ ur_result_t ur_command_list_manager::appendKernelLaunchWithArgsExp(
1247
}
1248
1249
ur_platform_handle_t hPlatform = hContext->getPlatform();
1250
- bool KernelWithArgsSupported =
1251
- hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt.Supported;
+ bool KernelWithArgsSupported = false;
+ // hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt.Supported;
1252
bool CooperativeCompatible =
1253
hPlatform->ZeCommandListAppendLaunchKernelWithArgumentsExt
1254
.DriverSupportsCooperativeKernelLaunchWithArgs;
0 commit comments