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.
2 parents f887382 + 1dd6d32 commit cb371caCopy full SHA for cb371ca
source/adapters/level_zero/command_buffer.cpp
@@ -1278,8 +1278,9 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferUpdateKernelLaunchExp(
1278
UR_ASSERT(!(NewGlobalWorkSize && !NewLocalWorkSize) ||
1279
(SupportedFeatures & ZE_MUTABLE_COMMAND_EXP_FLAG_GROUP_SIZE),
1280
UR_RESULT_ERROR_UNSUPPORTED_FEATURE);
1281
+
1282
+ ze_group_count_t ZeThreadGroupDimensions{1, 1, 1};
1283
if (NewGlobalWorkSize && Dim > 0) {
- ze_group_count_t ZeThreadGroupDimensions{1, 1, 1};
1284
uint32_t WG[3];
1285
// If new global work size is provided but new local work size is not
1286
// provided then we still need to update local work size based on size
0 commit comments