瀏覽代碼

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();
 	}