|
@@ -106,7 +106,9 @@ parallel kernels and the number of instruction to be executed by each task.
|
|
The number of flops to be executed by a context are passed as parameter when they are registered to the hypervisor,
|
|
The number of flops to be executed by a context are passed as parameter when they are registered to the hypervisor,
|
|
(@code{sc_hypervisor_register_ctx(sched_ctx_id, flops)}) and the one to be executed by each task are passed when the task is submitted.
|
|
(@code{sc_hypervisor_register_ctx(sched_ctx_id, flops)}) and the one to be executed by each task are passed when the task is submitted.
|
|
The corresponding field in the @code{starpu_task} data structure is @code{flops} and
|
|
The corresponding field in the @code{starpu_task} data structure is @code{flops} and
|
|
-the corresponding macro in @code{starpu_insert_task} function is @code{STARPU_FLOPS}. When the task is executed
|
|
|
|
|
|
+the corresponding macro in @code{starpu_insert_task} function is
|
|
|
|
+@code{STARPU_FLOPS} (but take care of passing a double, not an integer, otherwise
|
|
|
|
+parameter passing will be bogus). When the task is executed
|
|
the resizing process is triggered.
|
|
the resizing process is triggered.
|
|
@cartouche
|
|
@cartouche
|
|
@smallexample
|
|
@smallexample
|