Kaynağa Gözat

examples/heat/heat.c: remove wrong call to starpu_helper_cublas_init()

Nathalie Furmento 15 yıl önce
ebeveyn
işleme
7aab4ebab2
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      examples/heat/heat.c

+ 0 - 2
examples/heat/heat.c

@@ -752,8 +752,6 @@ int main(int argc, char **argv)
 		if (check)
 			solve_system(DIM, newsize, result, RefArray, Bformer, A, B);
 
-		starpu_helper_cublas_init();
-
 		starpu_shutdown();
 	}