This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0ce33c2941
llvm-project
/
polly
/
lib
/
External
/
ppcg
/
tests
/
call_opencl_functions.cl
5 lines
85 B
Common Lisp
Raw
Blame
History
void
copy
(
__global
int
b[1000],
__global
int
a[1000],
int
pos
)
{
b[pos]
=
a[pos]
;
}
Reference in New Issue
View Git Blame
Copy Permalink