This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
llvm-toolchain-10
Watch
4
Star
0
Fork
You've already forked llvm-toolchain-10
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9d680906c4
llvm-toolchain-10
/
libclc
/
test
/
get_group_id.cl
4 lines
56 B
Common Lisp
Raw
Blame
History
__kernel
void
foo
(
int
*i
)
{
i[get_group_id
(
0
)
]
=
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink