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
[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
libclc
/
test
/
get_group_id.cl
blob
43725cda802710bf0d9f2e6e12b3dd48a7de4c4c
1
__kernel void foo
(
int
*
i
) {
2
i
[
get_group_id
(
0
)] =
1
;
3
}