Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 gadi atpakaļ |
Nathalie Furmento
|
19b552794f
rename starpu_create_task_alias to starpu_task_dup and document it
|
12 gadi atpakaļ |
Nathalie Furmento
|
f6e82c3561
rename starpu_init_parallel_task_barrier to starpu_parallel_task_barrier_init and document it
|
12 gadi atpakaļ |
Andra Hugo
|
fd8a470cc5
get job & combined_worker pointers out of parallel_eager & parallel_heft
|
12 gadi atpakaļ |
Andra Hugo
|
87e8dfca95
fix synchro issue in peager
|
12 gadi atpakaļ |
Andra Hugo
|
3de4a1581a
factorise changing_ctx_mutex (get it out of the policies)
|
12 gadi atpakaļ |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 gadi atpakaļ |
Nathalie Furmento
|
a33a7476f9
scheduler: function starpu_push_task_end is now public as it needs to be called by schedulers
|
12 gadi atpakaļ |
Andra Hugo
|
021aff4d1c
rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h
|
12 gadi atpakaļ |
Nathalie Furmento
|
361cb9d780
rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx
|
12 gadi atpakaļ |
Nathalie Furmento
|
e5ce977497
src: move definition of _starpu_create_task_alias in src/core/parallel_task.h
|
12 gadi atpakaļ |
Nathalie Furmento
|
549ac5bc36
rename WORKER_LIST into STARPU_WORKER_LIST
|
12 gadi atpakaļ |
Andra Hugo
|
aa0ac077bd
fix parallel_eager ( remove_workers should treat differently combine workers)
|
12 gadi atpakaļ |
Samuel Thibault
|
15edf8fa61
Move task push end management just before releasing the mutex of the queue to which it was pushed
|
12 gadi atpakaļ |
Andra Hugo
|
4146573b69
synchronization issue(pop is protected by a single mutex/cond, the one of the worker & eager has a special mutex to avoid several workers to get the same task) ->only eager is fixed,
|
12 gadi atpakaļ |
Andra Hugo
|
d56457109a
fix syncrhonisation issue (not yet for ws, parallel_heft and random), there's a synchro issue with delete_ctx (seg fault from time to time)->to be fixed
|
12 gadi atpakaļ |
Nathalie Furmento
|
2fe2fd8755
sched_policy: rename parallel greedy scheduler to parallel eager
|
12 gadi atpakaļ |