Searched refs:current_workgroup_size (Results 1 – 1 of 1) sorted by relevance
66 size_t current_workgroup_size = 0; in get_maximums() local74 …rnel, devices[i], CL_KERNEL_WORK_GROUP_SIZE, sizeof(current_workgroup_size), ¤t_workgroup_si… in get_maximums()81 max_workgroup_size = current_workgroup_size; in get_maximums()82 else if (current_workgroup_size < max_workgroup_size) in get_maximums()83 max_workgroup_size = current_workgroup_size; in get_maximums()