소스 검색

add docuemntation hooks

Samuel Thibault 15 년 전
부모
커밋
4b221c40ec
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      doc/starpu.texi

+ 20 - 0
doc/starpu.texi

@@ -293,6 +293,8 @@ TODO
 * SCHED     :: Scheduling policy
 * CALIBRATE :: Calibrate performance models
 * PREFETCH  :: Use data prefetch
+* STARPU_SCHED_ALPHA  :: Computation factor
+* STARPU_SCHED_BETA  :: Communication factor
 @end menu
 
 @node SCHED
@@ -322,6 +324,24 @@ TODO
 
 @end table
 
+@node STARPU_SCHED_ALPHA
+@subsection @code{STARPU_SCHED_ALPHA} -- Computation factor
+@table @asis
+
+@item @emph{Description}:
+TODO
+
+@end table
+
+@node STARPU_SCHED_BETA
+@subsection @code{STARPU_SCHED_BETA} -- Communication factor
+@table @asis
+
+@item @emph{Description}:
+TODO
+
+@end table
+
 @node Misc
 @section Miscellaneous and debug