Cyril Roelandt
|
e22232b1d6
Drop unused variables.
|
13 years ago |
Samuel Thibault
|
04dae47ae3
Include data transfer time in lp linear problem
|
13 years ago |
Samuel Thibault
|
4cad53e8cd
Add single-stepping support for Temanejo
|
13 years ago |
Samuel Thibault
|
fe68b52593
Add basic Temanejo support
|
13 years ago |
Samuel Thibault
|
9badf4f117
Move unregistering tasks from implicit dependencies lists from
|
13 years ago |
Cyril Roelandt
|
65303f8ce5
src/core/dependencies/implicit_data_deps.c: check the return value of starpu_task_wait().
|
13 years ago |
Samuel Thibault
|
13f221325c
Advise to disable implicit data dependencies when appropriate
|
13 years ago |
Samuel Thibault
|
f3e24358d4
Make sure that tasks submitted by the core are really submitted
|
13 years ago |
Samuel Thibault
|
fba139b857
|
13 years ago |
Samuel Thibault
|
021892beba
Make more checks
|
13 years ago |
Cyril Roelandt
|
2e0df412ac
_starpu_unlock_post_sync_tasks(): free the _starpu_task_wrapper_list allocated in _starpu_add_post_sync_tasks().
|
13 years ago |
Cyril Roelandt
|
aa29dfc519
_starpu_add_writer_after_readers() : only declare task_array and call starpu_task_declare_deps_array() if nreaders is > 0.
|
14 years ago |
Nathalie Furmento
|
680e312601
First modifications to define access modes for data handles into starpu_codelet and no longer in starpu_task
|
14 years ago |
Samuel Thibault
|
52b0917cf1
Allow using the same parameter several times, in both read and write mode
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
14 years ago |
Nathalie Furmento
|
1b377f358f
src: rename internal objects following coding conventions
|
14 years ago |
Nathalie Furmento
|
bca792c881
src: rename internal types following coding conventions
|
14 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
14 years ago |
Nathalie Furmento
|
adf2f44e62
turn starpu_access_mode into an enumerated type
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Samuel Thibault
|
6e85956cae
detect whether sync_task is submitted for redux
|
14 years ago |
Samuel Thibault
|
1c6c10bf8a
give a name to synchronization tasks
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Cédric Augonnet
|
32aa89be27
Handle Read after Redux or Redux after Read, the Redux mode is handled as a
|
15 years ago |
Cédric Augonnet
|
cc07018373
Simplify the _starpu_detect_implicit_data_deps_with_handle function by
|
15 years ago |
Cédric Augonnet
|
2bc05e3288
Skip "reduction tasks" when detecting implicit deps.
|
15 years ago |
Cédric Augonnet
|
e4ed360572
When a data handle is accessed in a R/W mode for the first time after it was
|
15 years ago |
Nathalie Furmento
|
553f253990
src: debug mechanism to log in and out functions calls (was helpful to debug MPI...)
|
15 years ago |