Samuel Thibault
|
8fbc9b2c5a
Complete arbiter implementation
|
10 年之前 |
Samuel Thibault
|
4bffb39b2e
Add arbiter documentation
|
10 年之前 |
Nathalie Furmento
|
c660157fe5
mpi/src/starpu_mpi.c: fix field name
|
10 年之前 |
Nathalie Furmento
|
1e1ef9f183
mpi/src: also registering communicators when calling starpu_mpi_xxxx
|
10 年之前 |
Nathalie Furmento
|
93d85982ea
mpi/src: rename internal request field
|
10 年之前 |
Nathalie Furmento
|
a821348a01
mpi/src: also display communicator when printing communication debug
|
10 年之前 |
Samuel Thibault
|
412f8dc619
backport r15166 from trunk: Add documentation for STARPU_COMMUTE
|
10 年之前 |
Samuel Thibault
|
0ad729e39b
Add documentation for STARPU_COMMUTE
|
10 年之前 |
Samuel Thibault
|
5d7b623d7b
TODO
|
10 年之前 |
Samuel Thibault
|
e618d79b17
Add starpu_arbiter_destroy
|
10 年之前 |
Samuel Thibault
|
381eb29a05
Remove some WIP tags where it should be fine on the long run
|
10 年之前 |
Samuel Thibault
|
ea72e2ac97
rename data_commute_concurrency.c to data_arbiter_concurrency.c
|
10 年之前 |
Samuel Thibault
|
23f059012d
Get rid of commute mention in source code
|
10 年之前 |
Samuel Thibault
|
14be4db267
Support several arbiters
|
10 年之前 |
Samuel Thibault
|
67c7976ba1
s/commute_/arbitered_/g
|
10 年之前 |
Samuel Thibault
|
a5b6105706
Use arbiters instead of a global state. Does not support several arbiters yet
|
10 年之前 |
Samuel Thibault
|
f45da9d88c
simplify commute locking, which fixes a race, and allows to easily improve it
|
10 年之前 |
Samuel Thibault
|
788f2cb674
Show parallelism in commute test
|
10 年之前 |
Samuel Thibault
|
766d73b69e
drop the atomic version of lock_and_delegate: the small performance benefit is not worth the code complexity
|
10 年之前 |
Samuel Thibault
|
1343ca3e87
more readable code
|
10 年之前 |
Samuel Thibault
|
89be37baab
simplify code
|
10 年之前 |
Samuel Thibault
|
75260ef5d5
fix sorting commute accesses: we want to have the commute accesses sorted too, actually, for properly handling the case when we take the same data several times
|
10 年之前 |
Samuel Thibault
|
9f450e1640
revert lock_or_delegate flag logic to make it easier to read
|
10 年之前 |
Samuel Thibault
|
3131740677
fix build without lock_or_delegate
|
10 年之前 |
Samuel Thibault
|
c5c51fe05b
fix indent
|
10 年之前 |
Samuel Thibault
|
2157700e4c
document commute algorithm
|
10 年之前 |
Andra Hugo
|
bcc7d5ccfa
remove example.... it actually does not test anything (it was just an example for me when testing the priorities)
|
10 年之前 |
Andra Hugo
|
bbe2eac4de
consider priorities when deciding on which worker to schedule - sol 2 (static number of priorities, each worker has a list of exp_lens corresponding to each priority )
|
10 年之前 |
Samuel Thibault
|
962c4932ef
Fix test into really pushing data to disk even in quick check mode
|
10 年之前 |
Samuel Thibault
|
e38062f84f
fix warning
|
10 年之前 |