Objet : Developers list for StarPU
Archives de la liste
[Starpu-devel] [PATCH 7/7] Handle bundles in deque_modeling_policy_data_aware.c.
Chronologique Discussions
- From: Cyril Roelandt <cyril.roelandt@inria.fr>
- To: starpu-devel@lists.gforge.inria.fr
- Subject: [Starpu-devel] [PATCH 7/7] Handle bundles in deque_modeling_policy_data_aware.c.
- Date: Tue, 16 Oct 2012 23:45:10 +0200
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
---
.../deque_modeling_policy_data_aware.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/trunk/src/sched_policies/deque_modeling_policy_data_aware.c
b/trunk/src/sched_policies/deque_modeling_policy_data_aware.c
index e59da28..c268f55 100644
--- a/trunk/src/sched_policies/deque_modeling_policy_data_aware.c
+++ b/trunk/src/sched_policies/deque_modeling_policy_data_aware.c
@@ -456,7 +456,9 @@ static void compute_all_performance_predictions(struct
starpu_task *task,
if (bundle)
{
- STARPU_ABORT(); /* Not implemented yet. */
+ local_task_length[worker][nimpl] =
starpu_task_bundle_expected_length(bundle, perf_arch, nimpl);
+ local_data_penalty[worker][nimpl] =
starpu_task_bundle_expected_data_transfer_time(bundle, memory_node);
+ local_power[worker][nimpl] =
starpu_task_bundle_expected_power(bundle, perf_arch,nimpl);
}
else
{
--
1.7.9
- [Starpu-devel] [PATCH 2/7] _starpu_fifo_push_task(): Fix "TODO: if prio, put at back"., (suite)
- [Starpu-devel] [PATCH 2/7] _starpu_fifo_push_task(): Fix "TODO: if prio, put at back"., Cyril Roelandt, 16/10/2012
- Re: [Starpu-devel] [PATCH 2/7] _starpu_fifo_push_task(): Fix "TODO: if prio, put at back"., Samuel Thibault, 19/10/2012
- [Starpu-devel] [PATCH 3/7] Heft: use a scheduler-specific fifo rather than pushing tasks directly to the workers' local tasks., Cyril Roelandt, 16/10/2012
- [Starpu-devel] [PATCH 4/7] heft.c: Remove the "bundle" parameter from compute_all_performance_predictions()., Cyril Roelandt, 16/10/2012
- Re: [Starpu-devel] [PATCH 4/7] heft.c: Remove the "bundle" parameter from compute_all_performance_predictions()., Samuel Thibault, 19/10/2012
- [Starpu-devel] [PATCH 5/7] src/sched_policies/deque_modeling_policy_data_aware.c: add a compute_all_performance_predictions() function., Cyril Roelandt, 16/10/2012
- [Starpu-devel] [PATCH 6/7] Reindent _dmda_push_task()., Cyril Roelandt, 16/10/2012
- Re: [Starpu-devel] [PATCH 6/7] Reindent _dmda_push_task()., Samuel Thibault, 19/10/2012
- [Starpu-devel] [PATCH 7/7] Handle bundles in deque_modeling_policy_data_aware.c., Cyril Roelandt, 16/10/2012
- Re: [Starpu-devel] [PATCH 7/7] Handle bundles in deque_modeling_policy_data_aware.c., Samuel Thibault, 19/10/2012
- [Starpu-devel] [PATCH 1/7] src/sched_policies/heft.c: use an array of _starpu_fifo_taskq* rather than multiple global variables., Cyril Roelandt, 16/10/2012
- Re: [Starpu-devel] [PATCH 0/7][Review needed] A first step towards the factorization of heft and dm*., Samuel Thibault, 19/10/2012
- Re: [Starpu-devel] [PATCH 0/7][Review needed] A first step towards the factorization of heft and dm*., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 1/6] src/sched_policies/heft.c: use an array of _starpu_fifo_taskq* rather than multiple global variables., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 2/6] _starpu_fifo_push_task(): Fix "TODO: if prio, put at back"., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 3/6] Heft: use a scheduler-specific fifo rather than pushing tasks directly to the workers' local tasks., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 4/6] heft.c: Remove the "bundle" parameter from compute_all_performance_predictions()., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 5/6] src/sched_policies/deque_modeling_policy_data_aware.c: add a compute_all_performance_predictions() function., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH v2 1/6] src/sched_policies/heft.c: use an array of _starpu_fifo_taskq* rather than multiple global variables., Cyril Roelandt, 22/10/2012
- Re: [Starpu-devel] [PATCH 0/7][Review needed] A first step towards the factorization of heft and dm*., Cyril Roelandt, 22/10/2012
- [Starpu-devel] [PATCH 2/7] _starpu_fifo_push_task(): Fix "TODO: if prio, put at back"., Cyril Roelandt, 16/10/2012
Archives gérées par MHonArc 2.6.19+.