HE Kun 4 vuotta sitten
vanhempi
commit
01f1417f2d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/filters/shadow4d.c

+ 1 - 1
examples/filters/shadow4d.c

@@ -108,7 +108,7 @@ void cuda_func(void *buffers[], void *cl_arg)
         /* local copy of the destination matrix pointer */
         int *val2 = (int *)STARPU_TENSOR_GET_PTR(buffers[1]);
 
-    unsigned l;
+    unsigned k, l;
     cudaError_t cures;
 
     /* If things go right, sizes should match */