Nathalie Furmento 9aeb560a25 examples/sched_ctx/sched_ctx.c: fix typo, we add the workers in procs1 hace 11 años
..
dummy_sched_with_ctx.c 43838444ce Function starpu_sched_ctx_create() now takes a variable argument list hace 12 años
nested_sched_ctxs.c 3fcbeee67e examples/sched_ctx/nested_sched_ctxs.c: specify the task is parallel hace 11 años
parallel_code.c 3c8000976d fix deadlock: we have to lock the worker's sched_mutex when iterating on its list of contexts but unlock it before the worker is going to sleep hace 11 años
prio.c 61b7930980 examples/sched_ctx/prio.c: use FPRINTF instead of fprintf hace 12 años
sched_ctx.c 9aeb560a25 examples/sched_ctx/sched_ctx.c: fix typo, we add the workers in procs1 hace 11 años
sched_ctx_without_sched_policy.c 3671738467 examples/sched_ctx/sched_ctx_without_sched_policy.c: add a CUDA worker hace 11 años
sched_ctx_without_sched_policy_awake.c afade57efa allow ctx to execute parallel codes by reusing starpu workers (keep the workers alive instead of getting them to sleep) -> TODO try to factorize with parallel tasks on combined workers (doing practically the same, duplicate tasks and barrier_wait before & after exec) hace 11 años