From: couturie Date: Sat, 30 Apr 2016 08:20:28 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/kahina_paper2.git/commitdiff_plain/HEAD new --- diff --git a/code.c b/code.c index b270653..0059fc0 100644 --- a/code.c +++ b/code.c @@ -77,7 +77,8 @@ cuDoubleComplex NewH_EA(int i, cuDoubleComplex *Z) { //kernels to update a root i __global__ -void Dev_EA(int i, cuDoubleComplex *Z, int size) { +void Dev_EA(int i, cuDoubleComplex *Z, int* finished, + int size) { int i= blockIdx.x*blockDim.x+ threadIdx.x; if(i