Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 年之前 |
Nathalie Furmento
|
9e75014ab9
src/sched_policies: remove useless include files
|
12 年之前 |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 年之前 |
Samuel Thibault
|
242b6116cf
pass pthread types through typedefs
|
12 年之前 |
Nicolas Collin
|
00902d84d9
The work stealing scheduler is fixed.
|
13 年之前 |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
13 年之前 |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
13 年之前 |
Samuel Thibault
|
2f4491e804
Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it.
|
13 年之前 |
Nathalie Furmento
|
1b377f358f
src: rename internal objects following coding conventions
|
13 年之前 |
Nathalie Furmento
|
f645e1d934
src: rename internal types following coding conventions
|
13 年之前 |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
13 年之前 |
Cyril Roelandt
|
9e67557e66
Make sure we avoid dereferencing a null pointer.
|
13 年之前 |
Cyril Roelandt
|
ffcfb86084
Multi-implementation.
|
14 年之前 |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 年之前 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 年之前 |
Samuel Thibault
|
de90793b95
export more functions to external schedulers
|
14 年之前 |
Nathalie Furmento
|
3b61934f1c
typos (detected as warning by icc)
|
14 年之前 |
Samuel Thibault
|
67bca51106
make use of _starpu_worker_may_execute_task instead of hardcoding it
|
15 年之前 |
Samuel Thibault
|
d023ed950e
push decision of "where" parameter of task pops down to scheduling policies, turn it into a worker id, and propagate to pop_task functions too
|
15 年之前 |
Samuel Thibault
|
0ec22a9b3c
document which sched file is what
|
15 年之前 |
Cédric Augonnet
|
56e595124e
Reorganize the code of the scheduling policies: to stress the fact that
|
15 年之前 |