Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
b1e32c1cc5
1 changed files with 0 additions and 2 deletions
  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();
 	devices = starpu_cuda_worker_get_count();
 	if (devices)
 	if (devices)
 	{
 	{
-		starpu_helper_cublas_init();
 		ret = check_size_on_device(STARPU_CUDA, "STARPU_CUDA");
 		ret = check_size_on_device(STARPU_CUDA, "STARPU_CUDA");
-		starpu_helper_cublas_shutdown();
 		if (ret) goto error;
 		if (ret) goto error;
 	}
 	}
 	devices = starpu_opencl_worker_get_count();
 	devices = starpu_opencl_worker_get_count();