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 fc5bc5c commit 22901bdCopy full SHA for 22901bd
src/acl_kernel_if.cpp
@@ -1180,8 +1180,9 @@ void acl_kernel_if_launch_kernel_on_custom_sof(
1180
} else {
1181
offset = (unsigned int)KERNEL_OFFSET_INVOCATION_IMAGE;
1182
image_p = (uintptr_t) & (image->work_dim);
1183
- image_size_static = (size_t)(
1184
- (uintptr_t) & (image->arg_value) - (uintptr_t) & (image->work_dim));
+ image_size_static =
+ (size_t)((uintptr_t) & (image->arg_value) - (uintptr_t) &
1185
+ (image->work_dim));
1186
}
1187
1188
if ((kern->io.debug_verbosity) >= 2) {
0 commit comments