Explorar o código

examples/cholesky/cholesky_grain_tag.c: unregister data

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
d26370100c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/cholesky/cholesky_grain_tag.c

+ 1 - 0
examples/cholesky/cholesky_grain_tag.c

@@ -238,6 +238,7 @@ static void cholesky_grain_rec(float *matA, unsigned size, unsigned ld, unsigned
 		/* stall the application until the end of computations */
 		/* stall the application until the end of computations */
 		starpu_tag_wait(TAG11_AUX(nblocks-1, reclevel));
 		starpu_tag_wait(TAG11_AUX(nblocks-1, reclevel));
 		starpu_data_unpartition(dataA, 0);
 		starpu_data_unpartition(dataA, 0);
+		starpu_data_unregister(dataA);
 		return;
 		return;
 	}
 	}
 	else
 	else