Samuel Thibault
|
885cbf64d0
Fix crash when list is empty
|
8 年 前 |
Samuel Thibault
|
d4dbd8260b
Avoid dumb division by zero
|
8 年 前 |
Samuel Thibault
|
33749e044c
push/pop state instead of recording whether we were reclaiming or not
|
8 年 前 |
Samuel Thibault
|
13bfbabc80
Allow to disable glpk usage
|
8 年 前 |
Samuel Thibault
|
3b37b455d2
document value returned by push_task
|
8 年 前 |
Samuel Thibault
|
643c2d99c0
Add links to modules
|
8 年 前 |
Samuel Thibault
|
260b84ada6
note that starpu_wake_worker is only needed for simgrid or blocking driver modes
|
8 年 前 |
Samuel Thibault
|
be828aef09
document starpu_wake_worker
|
8 年 前 |
Nathalie Furmento
|
bdd09a823c
doc: fix code
|
8 年 前 |
Samuel Thibault
|
16f919cb37
Fix build with enable-debug
|
8 年 前 |
Nathalie Furmento
|
04f9106b82
src/core/sched_policy.c: fix for empty tasks being submitted to a non initial sched context
|
8 年 前 |
Nathalie Furmento
|
11034fc9d4
src: fix printf commands with correct type
|
8 年 前 |
Nathalie Furmento
|
72ed9bc28d
src/core/perfmodel/perfmodel_bus.c: fix fprintf commands with correct type
|
8 年 前 |
Olivier Aumage
|
be411d4a44
revert r18098 from trunk
|
8 年 前 |
Samuel Thibault
|
137b4f26b4
pheft does not run tasks in parallel, avoid burning time...
|
8 年 前 |
Samuel Thibault
|
398abcc444
Factorize starpu_timing_now() call, which is not that costless
|
8 年 前 |
Samuel Thibault
|
460c8fb0ed
document dmdasd
|
8 年 前 |
Samuel Thibault
|
ce2d9e8bf8
Factorize starpu_timing_now() call, which is not that costless
|
8 年 前 |
Samuel Thibault
|
4d67637065
migrate prio scheduler to prio_list
|
8 年 前 |
Samuel Thibault
|
24cf50b5a3
Add to _starpu_prio_deque_pop_task_for_worker and _starpu_prio_deque_deque_task_for_worker a skipped paramter, to know whether some tasks were there, but can not be executed by the worker
|
8 年 前 |
Samuel Thibault
|
17535dd11b
Fix typo, for case where task can't be executed
|
8 年 前 |
Samuel Thibault
|
95abe9fd39
fix typo
|
8 年 前 |
Samuel Thibault
|
d25533b0b9
fix checking inlines when some inline is the prefix of a non-inline function
|
8 年 前 |
Samuel Thibault
|
7da5814dc8
Not only pick up a task that we can execute, but also set the proper implementation that can be executed
|
8 年 前 |
Samuel Thibault
|
1b5b4e1ea7
migrate prio deque to prio lists
|
8 年 前 |
Samuel Thibault
|
60717ffb56
Add iterators for prio lists
|
8 年 前 |
Samuel Thibault
|
79ba5705a7
Add some prio_list helpers, add FOO_prio_list_pop_back
|
8 年 前 |
Samuel Thibault
|
8d6ca23dad
Fix crash when building with cuda but without cuda devices
|
8 年 前 |
Samuel Thibault
|
6bdd094cf0
typo
|
8 年 前 |
Samuel Thibault
|
fdedfafe52
Make starpu schedulers use the internal list type instead of the external list type that has limited support
|
8 年 前 |