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
[AArch64] Implement NEON FP8 vectors as VectorType (#123603)
[llvm-project.git]
/
libclc
/
ptx-nvidiacl
/
lib
/
workitem
/
get_global_id.cl
blob
a7f5f59a3702f9d30287a48f893e23d0a53689f1
1
#
include
<
clc
/
clc.h
>
2
3
_CLC_DEF _CLC_OVERLOAD size_t get_global_id
(
uint
dim
) {
4
return get_group_id
(
dim
) *
get_local_size
(
dim
) +
get_local_id
(
dim
)
;
5
}