浏览代码

Do not complain that there is no OpenCL or CUDA worker

Samuel Thibault 4 年之前
父节点
当前提交
8141b7ed68
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      tests/datawizard/readonly.c
  2. 0 1
      tests/parallel_tasks/cuda_only.c

+ 0 - 1
tests/datawizard/readonly.c

@@ -73,6 +73,5 @@ enodev:
 	starpu_shutdown();
 	/* yes, we do not perform the computation but we did detect that no one
 	 * could perform the kernel, so this is not an error from StarPU */
-	fprintf(stderr, "WARNING: No one can execute this task\n");
 	return STARPU_TEST_SKIPPED;
 }

+ 0 - 1
tests/parallel_tasks/cuda_only.c

@@ -106,7 +106,6 @@ enodev:
 	task->destroy = 0;
 	starpu_task_destroy(task);
 	starpu_data_unregister(handle);
-	fprintf(stderr, "WARNING: No one can execute this task\n");
 	/* yes, we do not perform the computation but we did detect that no one
  	 * could perform the kernel, so this is not an error from StarPU */
 	starpu_shutdown();