|
@@ -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
|