浏览代码

tests/microbenchs/matrix_as_vector.c: calling twice starpu_helper_cublas_init fails

Nathalie Furmento 13 年之前
父节点
当前提交
b1e32c1cc5
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tests/microbenchs/matrix_as_vector.c

+ 0 - 2
tests/microbenchs/matrix_as_vector.c

@@ -204,9 +204,7 @@ int main(int argc, char **argv)
 	devices = starpu_cuda_worker_get_count();
 	if (devices)
 	{
-		starpu_helper_cublas_init();
 		ret = check_size_on_device(STARPU_CUDA, "STARPU_CUDA");
-		starpu_helper_cublas_shutdown();
 		if (ret) goto error;
 	}
 	devices = starpu_opencl_worker_get_count();