Samuel Thibault
|
2d064f8300
do not use tree worker iterators by default, they are too expensive
|
9 vuotta sitten |
Andra Hugo
|
84bc7e7d6a
pass the task as parameter to the iterator for parallel_tasks instead of a certain field
|
10 vuotta sitten |
Andra Hugo
|
4680541d43
refactoring worker_collections - have an iterator for normal cases and an iterator for schedulers dealing potentially with parallel tasks
|
10 vuotta sitten |
Andra Hugo
|
6b70f4f262
fix workers_collection bug (forgot to increment nunblocked_workers)
|
10 vuotta sitten |
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 vuotta sitten |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 vuotta sitten |
Nathalie Furmento
|
cc9aecb792
merge trunk
|
10 vuotta sitten |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 vuotta sitten |
Andra Hugo
|
af26be4c58
fix mem corruptions
|
10 vuotta sitten |
Samuel Thibault
|
b25760aa94
fix warnings
|
11 vuotta sitten |
Andra Hugo
|
ab7bd6810c
nested scheduling contexts + worker collection keeping track of blocked workers
|
11 vuotta sitten |
Andra Hugo
|
4f21f8b8ca
bug fix: the worker list was empty
|
11 vuotta sitten |
Andra Hugo
|
29fe510ea0
build hwloc tree and iterate on the list of workers in the hwloc order
|
11 vuotta sitten |
Nathalie Furmento
|
3a7711af02
src: remove un-needed include pthread.h
|
12 vuotta sitten |
Andra Hugo
|
021aff4d1c
rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h
|
12 vuotta sitten |
Nathalie Furmento
|
361cb9d780
rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx
|
12 vuotta sitten |
Nathalie Furmento
|
d56e71d707
add or fix copyright
|
12 vuotta sitten |
Nathalie Furmento
|
549ac5bc36
rename WORKER_LIST into STARPU_WORKER_LIST
|
12 vuotta sitten |
Samuel Thibault
|
e50d3d1d49
unused parameter
|
12 vuotta sitten |
Andra Hugo
|
7eddde2a77
factorize init of worker_collection
|
12 vuotta sitten |
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 vuotta sitten |
Nathalie Furmento
|
374dc95cb4
rename struct worker_collection to struct starpu_sched_ctx_worker_collection
|
12 vuotta sitten |
Nathalie Furmento
|
e22791b9f3
merge fixes
|
12 vuotta sitten |
Andra Hugo
|
f0eb6f74d4
bug fixing
|
13 vuotta sitten |
Andra Hugo
|
0a6bb3ea83
|
13 vuotta sitten |
Andra Hugo
|
e7b1de9441
bug fixing
|
13 vuotta sitten |
Andra Hugo
|
e6d0ef6c68
plateform to create strategies for constructing ones own hypervisor(still slow)
|
13 vuotta sitten |
Andra Hugo
|
6769aa9ea3
worker_collection (generic structure to represent the set of workers), possible to construct several structures
|
13 vuotta sitten |