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
update pet to version 0.11.4
[ppcg.git]
/
tests
/
call3_opencl_functions.cl
blob
35c87a705352f536e3a939d42aaad273aacbe601
1
void copy
(
__global
int b
[100], __global int a[100]
)
2
{
3
for
(
int
i
=
0
; i < 100; ++i)
4
b
[i] = a[i]
;
5
}