repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
libclc
/
generic
/
lib
/
workitem
/
get_global_size.cl
blob
9bc26078253093525f472f0e97932905035d2cf5
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
}