Nathalie Furmento
|
b96d3703df
rename starpu_submit_task into starpu_task_submit
|
il y a 15 ans |
Nathalie Furmento
|
957687e48f
rename starpu_wait_task into starpu_task_wait
|
il y a 15 ans |
Cédric Augonnet
|
2e02972ba3
It is now possible to maintain the sequential coherency of a data handle. In
|
il y a 15 ans |
Cédric Augonnet
|
5fce968f7c
Slightly rework the use of the sync_mutex lock that protects jobs from
|
il y a 15 ans |
Cédric Augonnet
|
0f9a02a475
Yet more return value checking for condition variables
|
il y a 15 ans |
Cédric Augonnet
|
abb0b07d97
We must not reset the j->terminated flag until the job is actually reused,
|
il y a 15 ans |
Nathalie Furmento
|
cde4ad65e2
Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...)
|
il y a 15 ans |
Cédric Augonnet
|
e241148129
Clarify the behaviour of starpu_wait_all_tasks with regenarable tasks. A
|
il y a 15 ans |
Cédric Augonnet
|
0c02dab663
Cleanup: remove the submit_sync_task function which was not even in the public
|
il y a 15 ans |
Cédric Augonnet
|
386ec71a8d
Actually liberate all the resources allocated to execute a task, the
|
il y a 15 ans |
Cédric Augonnet
|
d32dd5c173
When enforcing the task dependencies, we first make sure that the task was
|
il y a 15 ans |
Nathalie Furmento
|
807432b12c
Internal functions are named _starpu_XXX
|
il y a 15 ans |
Nathalie Furmento
|
e477195279
Prefixing of type job and associated list functionalities
|
il y a 15 ans |
Cédric Augonnet
|
d908f0a3b3
Implement starpu_task_declare_deps_array to have actual dependencies not only
|
il y a 15 ans |
Cédric Augonnet
|
f30ae2d243
The "regenerate" flag of the task structure indicates that the task structure
|
il y a 15 ans |
Nathalie Furmento
|
6dd34a77c3
prefix many objects with starpu_
|
il y a 15 ans |
Cédric Augonnet
|
95659a6ed2
prefix more internal functions with _starpu
|
il y a 15 ans |
Cédric Augonnet
|
d3acc00120
To avoid problems when linking dynamically, we prefix some internal functions
|
il y a 15 ans |
Cédric Augonnet
|
20420637e6
starpu_wait_all_tasks and starpu_wait_task are blocking too.
|
il y a 15 ans |
Cédric Augonnet
|
272db710fc
We now store what is the mask associated to each worker, so that we can test if
|
il y a 15 ans |
Cédric Augonnet
|
f33fc377f9
Get rid of the starpu-async branch where all recent changes have been made.
|
il y a 15 ans |