소스 검색

minor fixes

Cédric Augonnet 14 년 전
부모
커밋
616bbf136d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/starpu.texi

+ 2 - 1
doc/starpu.texi

@@ -2322,7 +2322,7 @@ the execution. If it is set to 2, the previous values are dropped to restart
 calibration from scratch. Setting this variable to 0 disable calibration, this
 is the default behaviour.
 
-Note: this currently only applies to dm and dmda scheduling policies.
+Note: this currently only applies to dm, dmda and heft scheduling policies.
 
 @end table
 
@@ -2336,6 +2336,7 @@ that it is disabled). If prefetching is enabled, when a task is scheduled to be
 executed e.g. on a GPU, StarPU will request an asynchronous transfer in
 advance, so that data is already present on the GPU when the task starts. As a
 result, computation and data transfers are overlapped.
+Note that prefetching is enabled by default in StarPU.
 
 @end table