Browse Source

Simply get back to original ifdef/endif :)

Samuel Thibault 13 years ago
parent
commit
bd93dcb88e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/util/starpu_cublas.c

+ 0 - 2
src/util/starpu_cublas.c

@@ -28,9 +28,7 @@ static void init_cublas_func(void *args STARPU_ATTRIBUTE_UNUSED)
 
 	cublasSetKernelStream(starpu_cuda_get_local_stream());
 }
-#endif
 
-#ifdef STARPU_USE_CUDA
 static void shutdown_cublas_func(void *args STARPU_ATTRIBUTE_UNUSED)
 {
 	cublasShutdown();