瀏覽代碼

Correct typo in LaHeteroprio documentation

Ludovic PAILLAT 3 年之前
父節點
當前提交
f839a94116
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen/chapters/320_scheduling.doxy

+ 1 - 1
doc/doxygen/chapters/320_scheduling.doxy

@@ -448,7 +448,7 @@ void starpu_heteroprio_set_use_locality(unsigned sched_ctx_id, unsigned use_loca
 In this mode, multiple strategies are available to determine which memory node's workers are the most qualified for executing a specific task. This strategy can be set with \ref STARPU_LAHETEROPRIO_PUSH
 and available strategies are:
 - WORKER: the worker which pushed the task is preferred for the execution.
-- LCs: the node with the shortest data transfer time (estimated by StarPU) is the most qualified
+- LcS: the node with the shortest data transfer time (estimated by StarPU) is the most qualified
 - LS_SDH: the node with the smallest data amount to be transferred will be preferred.
 - LS_SDH2: similar to LS_SDH, but data in write access is counted in a quadratic manner to give them more importance.
 - LS_SDHB: similar to LS_SDH, but data in write access is balanced with a coefficient (its value is set to 1000) and