浏览代码

spell error

Andra Hugo 11 年之前
父节点
当前提交
6d49c90c00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen/chapters/optimize_performance.doxy

+ 1 - 1
doc/doxygen/chapters/optimize_performance.doxy

@@ -360,7 +360,7 @@ task->worker = starpu_worker_get_by_type(STARPU_CUDA_WORKER, 0);
 Note however that using scheduling contexts while statically scheduling tasks on workers
 could be tricky. Be careful to schedule the tasks exactly on the workers of the corresponding
 contexts, otherwise the workers' corresponding scheduling structures may not be allocated or
-the execution of the application may deadlock. Moreover, the hypervisor should be used when
+the execution of the application may deadlock. Moreover, the hypervisor should not be used when
 statically scheduling tasks.
 
 \section Profiling Profiling