Samuel Thibault
|
06ca606db0
Avoid reading task after its destruction
|
6 years ago |
Samuel Thibault
|
f87952be4c
Add fault tolerance support with starpu_task_ft_failed()
|
6 years ago |
Nathalie Furmento
|
c29d010d3a
delete old code (drivers gordon, scc, starpu-top, and plugin gcc) and update authors file aordingly
|
6 years ago |
Samuel Thibault
|
bae9192bdc
Revert "Fault tolerance support with starpu_task_failed()"
|
6 years ago |
Samuel Thibault
|
beb8a3d0b9
Fault tolerance support with starpu_task_failed()
|
6 years ago |
Samuel Thibault
|
3a1eca323f
Use starpu_worker_lock/unlock instead of internal _starpu_worker_lock/unlock, for coherency
|
6 years ago |
Samuel Thibault
|
8e6ac3b45d
Add starpu_task_declare_end_deps and starpu_task_declare_end_deps_array
|
7 years ago |
Samuel Thibault
|
1acc294ed4
Check task status value before setting it
|
7 years ago |
Nathalie Furmento
|
8915dfc669
src/core/jobs.c: use _starpu_get_job_associated_to_task() to get the job
|
7 years ago |
Nathalie Furmento
|
e70a08efd4
Add possibility to delay the termination of a task with the functions
|
7 years ago |
Samuel Thibault
|
af9b8aa005
Add starpu_task_notify_ready_soon_register
|
7 years ago |
Samuel Thibault
|
ade443493d
Rename multilist_init into multilist_head_init, to allow initializing an element properly
|
7 years ago |
Samuel Thibault
|
4748067c80
Add TODO
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
aae4029d83
INRIA is now called Inria
|
7 years ago |
Nathalie Furmento
|
76703c1031
src: remove useless parenthesis
|
8 years ago |
Samuel Thibault
|
19d69406bc
Fix integer size
|
8 years ago |
Samuel Thibault
|
aa2f42befe
Factorize numbering jobs and submitorder, and add DATA_WONT_USE events for tasks.rec
|
8 years ago |
Samuel Thibault
|
df3d069904
include limits.h for ULONG_MAX
|
8 years ago |
Samuel Thibault
|
918fcb1c24
move tracing task name to before calling the callback, so the codelet can be freed in the callback
|
8 years ago |
Samuel Thibault
|
c0a06d4ae6
Make sure we don't overflow job id width
|
8 years ago |
Nathalie Furmento
|
62fb4c8538
small fixes
|
8 years ago |
Nathalie Furmento
|
73c19b8047
fixes following cppcheck warnings
|
8 years ago |
Samuel Thibault
|
7f6b19271d
Also don't execute post_exec_hook when the codelet has where == NOWHERE
|
8 years ago |
Nathalie Furmento
|
8a60c4b905
src/core/jobs.c: partly revert #21133, task without a codelet should not call _starpu_sched_post_exec_hook (thanks Olivier for pointing out the mistake)
|
8 years ago |
Olivier Aumage
|
cf5be99691
update copyrights for files modified in 2017
|
8 years ago |
Nathalie Furmento
|
9f5cc1888c
Add a field starpu_task::where and the macro STARPU_TASK_WHERE
|
8 years ago |
Olivier Aumage
|
07a626a8a5
move sched_op section from handle_job_termination to push_task to avoid having to call relax_on in tag routines
|
8 years ago |
Olivier Aumage
|
c366c7fe62
mark _starpu_handle_job_termination has a sched_op to protect against sched_ctx changes
|
8 years ago |
Olivier Aumage
|
2daa522db8
use shorter function names
|
8 years ago |