Olivier Aumage
|
cf5be99691
update copyrights for files modified in 2017
|
8 éve |
Olivier Aumage
|
98729e8d02
make it clear that sched_ctx related blocking operations are only about parallel sections, and have nothing to do with workers entering the sleeping status
|
8 éve |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 éve |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 éve |
Samuel Thibault
|
ec3d59e417
Increase capacity of list-based worker list, it needs to be able to take combined workers too
|
9 éve |
Nathalie Furmento
|
477cb1f811
src: fixes for minor warnings
|
9 éve |
Samuel Thibault
|
160b44ac45
inline the trivial functions accessing starpu_config
|
9 éve |
Samuel Thibault
|
2d064f8300
do not use tree worker iterators by default, they are too expensive
|
9 éve |
Andra Hugo
|
84bc7e7d6a
pass the task as parameter to the iterator for parallel_tasks instead of a certain field
|
10 éve |
Andra Hugo
|
4680541d43
refactoring worker_collections - have an iterator for normal cases and an iterator for schedulers dealing potentially with parallel tasks
|
10 éve |
Andra Hugo
|
6b70f4f262
fix workers_collection bug (forgot to increment nunblocked_workers)
|
10 éve |
Andra Hugo
|
43f256f1c4
deal with shared workers between contexts having no starpu scheduling policy (allow the strategy to schedule tasks on not blocked shared workers)
|
10 éve |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 éve |
Nathalie Furmento
|
cc9aecb792
merge trunk
|
11 éve |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 éve |
Andra Hugo
|
af26be4c58
fix mem corruptions
|
11 éve |
Samuel Thibault
|
b25760aa94
fix warnings
|
11 éve |
Andra Hugo
|
ab7bd6810c
nested scheduling contexts + worker collection keeping track of blocked workers
|
11 éve |
Andra Hugo
|
4f21f8b8ca
bug fix: the worker list was empty
|
11 éve |
Andra Hugo
|
29fe510ea0
build hwloc tree and iterate on the list of workers in the hwloc order
|
11 éve |
Nathalie Furmento
|
3a7711af02
src: remove un-needed include pthread.h
|
12 éve |
Andra Hugo
|
021aff4d1c
rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h
|
12 éve |
Nathalie Furmento
|
361cb9d780
rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx
|
12 éve |
Nathalie Furmento
|
d56e71d707
add or fix copyright
|
12 éve |
Nathalie Furmento
|
549ac5bc36
rename WORKER_LIST into STARPU_WORKER_LIST
|
12 éve |
Samuel Thibault
|
e50d3d1d49
unused parameter
|
12 éve |
Andra Hugo
|
7eddde2a77
factorize init of worker_collection
|
12 éve |
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 éve |
Nathalie Furmento
|
374dc95cb4
rename struct worker_collection to struct starpu_sched_ctx_worker_collection
|
13 éve |
Nathalie Furmento
|
e22791b9f3
merge fixes
|
13 éve |