Samuel Thibault
|
e02244c166
Comments on 'soon' notification
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Samuel Thibault
|
385fa6ad24
Don't bother initializing data to zeros when it is already zeroed
|
5 years ago |
Samuel Thibault
|
af9b8aa005
Add starpu_task_notify_ready_soon_register
|
7 years ago |
Nathalie Furmento
|
4814ae2a2b
minor fixes to follow coding conventions
|
7 years ago |
Samuel Thibault
|
163638a33c
Fix warning
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
aae4029d83
INRIA is now called Inria
|
8 years ago |
Samuel Thibault
|
d506bc7d08
fix memleak
|
8 years ago |
Samuel Thibault
|
7cf5765b75
Add dependency backward information in debugging mode for gdb's starpu-print-task
|
8 years ago |
Nathalie Furmento
|
152f1a7c88
followup to #21133: make sure we look at task::where and not to codelet::where
|
8 years ago |
Samuel Thibault
|
573ea8532d
comment
|
8 years ago |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
9 years ago |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 years ago |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 years ago |
Samuel Thibault
|
931167e1ae
Add starpu_task_get_task_scheduled_succs to get successors of a task
|
9 years ago |
Samuel Thibault
|
69040bc437
port and complete r16119 from 1.1: put ANNOTATE_HAPPENS_BEFORE after atomic_adds, so that the reading part of the atomic add is considered before the update which signals potential termination
|
10 years ago |
Samuel Thibault
|
423d41de04
Add starpu_task_get_task_succs to get the list of children of a given task.
|
10 years ago |
Samuel Thibault
|
659c91c258
fix use of ANNOTATE_HAPPENS_BEFORE: it must be before the synchronization event
|
10 years ago |
Samuel Thibault
|
c8d60c7760
Document to helgrind that the last thread of the cg resets cg->remaining after all previous have decremented it
|
10 years ago |
Nathalie Furmento
|
e3b44209ed
update copyright
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
efea5f1a8f
src/ tests/ tools/: fix coding style, curly braces go on a newline
|
10 years ago |
Samuel Thibault
|
2ba0dc6b0a
revert 13937, it does not actually fix the issue and breaks dependencies
|
11 years ago |
Samuel Thibault
|
0518f2a688
Fix immediately regenerating a task with task dependencies
|
11 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
Samuel Thibault
|
f62266afa8
Fix a bad interaction between tag deps and task deps: task dep wake-up should not retest tags since we clear them automatically. Add a thorough dependency testsuite which catches that. This also changes the locking convention for _starpu_enforce_deps_starting_from_task
|
13 years ago |
Samuel Thibault
|
8bc2f2e2f9
Fix restartable/restarted tasks: terminated is only for the first iteration
|
13 years ago |
Samuel Thibault
|
c0024de1d4
Fix concurrency between a task releasing its successor, and a successor enqueuing itself on the list: the parent task should tell successors to just proceed only after it has emptied its list
|
13 years ago |