[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / generic / lib / workitem / get_global_size.cl
blob9bc26078253093525f472f0e97932905035d2cf5
1 #include <clc/clc.h>
3 _CLC_DEF _CLC_OVERLOAD size_t get_global_size(uint dim) {
4 return get_num_groups(dim)*get_local_size(dim);