blob: 9bc26078253093525f472f0e97932905035d2cf5 [file] [log] [blame]
#include <clc/clc.h>
_CLC_DEF _CLC_OVERLOAD size_t get_global_size(uint dim) {
return get_num_groups(dim)*get_local_size(dim);
}