Andra Hugo 13 years ago
parent
commit
7b80953e4d
2 changed files with 23 additions and 1 deletions
  1. 14 1
      doc/chapters/sched_ctx_hypervisor.texi
  2. 9 0
      doc/starpu.texi

+ 14 - 1
doc/chapters/sched_ctx_hypervisor.texi

@@ -15,12 +15,25 @@ The Hypervisor receives information concerning the execution of the tasks, the e
 Basic strategies of resizing scheduling contexts already exist but a platform for implementing additional custom ones is available.
 
 @menu
-* Performance counters::              			StarPU provides information to the Hypervisor through performance counters
+* Performance Counters::              			StarPU provides information to the Hypervisor through performance counters
 * Registering Scheduling Contexts to the hypervisor:: 	Contexts have to register to the hypervisor
 * The user's input in the resizing process:: 		The user can help the hypervisor decide how to resize
 * Defining a new hypervisor policy::      		New Policies can be implemented
 @end menu
 
+@node Performance Counters
+@section Performance Counters
+
+
+@node Registering Scheduling Contexts to the hypervisor
+@section Registering Scheduling Contexts to the hypervisor
+
+@node The user's input in the resizing process
+@section The user's input in the resizing process
+
+@node Defining a new hypervisor policy
+@section Defining a new hypervisor policy
+
 @c Local Variables:
 @c TeX-master: "../starpu.texi"
 @c ispell-local-dictionary: "american"

+ 9 - 0
doc/starpu.texi

@@ -75,6 +75,7 @@ was last updated on @value{UPDATED}.
 * StarPU FFT support::          How to perform FFT computations with StarPU
 * C Extensions::                Easier StarPU programming with GCC
 * SOCL OpenCL Extensions::      How to use OpenCL on top of StarPU
+* Scheduling Context Hypervisor How to use Scheduling Context Hypervisor with StarPU
 * StarPU Basic API::            The Basic API to use StarPU
 * StarPU Advanced API::         Advanced use of StarPU
 * Configuring StarPU::          How to configure StarPU
@@ -183,6 +184,14 @@ was last updated on @value{UPDATED}.
 @include chapters/socl.texi
 
 @c ---------------------------------------------------------------------
+@c Scheduling Context Hypervisor
+@c ---------------------------------------------------------------------
+
+@node Scheduling Context Hypervisor
+@chapter Scheduling Context Hypervisor
+@include chapters/sched_ctx_hypervisor.texi
+
+@c ---------------------------------------------------------------------
 @c StarPU API
 @c ---------------------------------------------------------------------