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 cba981a commit da5ab3aCopy full SHA for da5ab3a
sycl/source/detail/scheduler/commands.cpp
@@ -2509,7 +2509,7 @@ static ur_result_t SetKernelParamsAndLaunch(
2509
// If there is no implicit arg, let the driver handle it via a property
2510
if (WorkGroupMemorySize && !ImplicitLocalArg.has_value()) {
2511
property_list.push_back(
2512
- {UR_EXP_LAUNCH_PROPERTY_ID_WORK_GROUP_MEMORY, WorkGroupMemorySize});
+ {UR_EXP_LAUNCH_PROPERTY_ID_WORK_GROUP_MEMORY, {WorkGroupMemorySize}});
2513
}
2514
if (!property_list.empty()) {
2515
ur_event_handle_t UREvent = nullptr;
0 commit comments