Samuel Thibault
|
9bd9a1d234
Add missing pre_exec hook for dm
|
před 11 roky |
Andra Hugo
|
ab7bd6810c
nested scheduling contexts + worker collection keeping track of blocked workers
|
před 11 roky |
Andra Hugo
|
228fd6716a
when we verify if there is at least a worker able to execute a certain task check out the list of workers of a context not all of the workers of the machine
|
před 11 roky |
Andra Hugo
|
6fd68c0e07
execute parallel code (openmp for eg) inside contexts ------ temporary solution
|
před 11 roky |
Samuel Thibault
|
c1a4dd4e9b
Fix pushing tasks to specific combined workers
|
před 11 roky |
Samuel Thibault
|
6df47e0210
dmda: Use variable-length array to avoid eating too much stack space
|
před 11 roky |
Samuel Thibault
|
19ed150528
port r11354 and 11355 from 1.1: There is no need to signal workers in non-blocking mode
|
před 12 roky |
Nathalie Furmento
|
43838444ce
Function starpu_sched_ctx_create() now takes a variable argument list
|
před 12 roky |
Thibaud Lambert
|
e2b943451f
mic (perfmodel): merge trunk + finalize perfmodel
|
před 12 roky |
Samuel Thibault
|
89c785692c
restore idle_power variable for now, to fix build. starpu-top still needs to be fixed
|
před 12 roky |
Andra Hugo
|
9d2ba463c5
remove some warnings
|
před 12 roky |
Samuel Thibault
|
cf2fcb6937
update to temanejo 1.0rc2
|
před 12 roky |
Samuel Thibault
|
f86c7da2f6
Move data size probe to common place, where data is fetched, actually :)
|
před 12 roky |
Joris Pablo
|
699b59b945
Add data_trace tool
|
před 12 roky |
Nathalie Furmento
|
4249ac606c
src/sched_policies/deque_modeling_policy_data_aware.c: bug fix
|
před 12 roky |
Samuel Thibault
|
5f24ddacdc
add comments
|
před 12 roky |
Andra Hugo
|
94b7cce257
remove forgot printf :)
|
před 12 roky |
Andra Hugo
|
acdb9f0caa
remove transfer time from exp_len at pop_time && the computation time at pre_exec & update exp_start accordingly
|
před 12 roky |
Andra Hugo
|
5fd5c871e6
too expensive the lock in copmpute_all_performance_prediction, exp_start is update in post_exec/pre_exec/etc also
|
před 12 roky |
Samuel Thibault
|
27040a7d73
make assertions more verbose
|
před 12 roky |
Samuel Thibault
|
8b7438d7e8
add comments
|
před 12 roky |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
před 12 roky |
Simon Archipoff
|
8160206f31
make eager_central_policy dont respect priorities
|
před 12 roky |
Samuel Thibault
|
b59e5fd23e
revert lists: prioritized tasks are now at the front. Fixes priorities for some schedulers
|
před 12 roky |
Samuel Thibault
|
2e5c237910
Use actual workerid instead of workerid only set when execute_on_a_specific_worker is set
|
před 12 roky |
Samuel Thibault
|
ff8f9ce30b
fix build with ayudame
|
před 12 roky |
Samuel Thibault
|
af2cb26424
fix build according to last mutex lock renaming
|
před 12 roky |
Samuel Thibault
|
b0e4515a32
Decrement ntasks for tasks which don't go through the scheduler too. Also update the statistics btw
|
před 12 roky |
Nathalie Furmento
|
12aeacef0f
new functions starpu_task_set_implementation() and starpu_task_get_implementation() to be used by schedulers
|
před 12 roky |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
před 12 roky |