Samuel Thibault 10 lat temu
rodzic
commit
672160f937
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/drivers/cuda/driver_cuda.c

+ 1 - 1
src/drivers/cuda/driver_cuda.c

@@ -659,7 +659,7 @@ int _starpu_cuda_driver_init(struct _starpu_worker_set *worker_set)
 		{
 			/* We need non-blocking drivers, to poll for CUDA task
 			 * termination */
-			_STARPU_DISP("Warning: reducing STARPU_CUDA_PIPELINE to 0 because blocking drivers are not enabled (and simgrid is not enabled)\n");
+			_STARPU_DISP("Warning: reducing STARPU_CUDA_PIPELINE to 0 because blocking drivers are enabled (and simgrid is not enabled)\n");
 			worker->pipeline_length = 0;
 		}
 #endif