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 7de03cb commit 9161445Copy full SHA for 9161445
src/acl_kernel.cpp
@@ -1843,7 +1843,7 @@ static cl_int l_enqueue_kernel_with_type(
1843
for (idim = 0; idim < work_dim; idim++) {
1844
unsigned int kernel_max_global_work_dim;
1845
size_t kernel_compile_work_group_size_idim;
1846
- acl_print_debug_msg(" local work size[%d] = %d\n", idim,
+ acl_print_debug_msg(" local work size[%d] = %zu\n", idim,
1847
local_work_size[idim]);
1848
// If the work group size was specified in the kernel source, then
1849
// it must match the passed-in size. If the kernel is workgroup invariant,
0 commit comments