void vecadd(int n, float* restrict a, float* restrict b, float* restrict c) { #pragma acc kernels deviceptr(a,b,c) { for(int i=0; i