Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/tags/llvmorg-17-init
/
.
/
libclc
/
test
/
get_group_id.cl
blob: 43725cda802710bf0d9f2e6e12b3dd48a7de4c4c [
file
] [
log
] [
blame
]
__kernel void foo
(
int
*
i
)
{
i
[
get_group_id
(
0
)
]
=
1
;
}