repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpu.c: extract_access: handle references that do not access anything
[ppcg.git]
/
tests
/
not_accessed_opencl_functions.cl
blob
e1588e051501a0e8c65c681b6f2d51c0509ad04e
1
void copy
(
__global
int b
[1000], __global int a[1000]
,
int pos
,
2
__global int c
[1000])
3
{
4
b[pos] = a[pos];
5
}