ソースを参照

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

Nathalie Furmento 15 年 前
コミット
7aab4ebab2
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  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();
 	}