1#include <clc/clc.h> 2 3_CLC_DEF _CLC_OVERLOAD size_t get_global_size(uint dim) { 4 return get_num_groups(dim)*get_local_size(dim); 5} 6