index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
lib
/
External
/
ppcg
/
tests
/
call2_opencl_functions.cl
blob: 6f72aea34e87f5b66d43fb38360f82e84f07e3a0 (
plain
)
1
2
3
4
void copy(__global int b[1000], __global int a[1000], int pos) { b[pos] = a[pos]; }