소스 검색

Fix comment

Samuel Thibault 10 년 전
부모
커밋
672160f937
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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