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