Selaa lähdekoodia

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

Nathalie Furmento 13 vuotta sitten
vanhempi
commit
b1e32c1cc5
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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();