Nathalie Furmento
|
f86b25f773
src/util/starpu_data_cpy.c: fix path for starpu_data_cpy.h
|
14 years ago |
Samuel Thibault
|
d4a889af15
fix reference to _starpu_data_cpy
|
14 years ago |
Nathalie Furmento
|
ddba4a08f7
minor fixes following warnings detected by ICC
|
14 years ago |
Samuel Thibault
|
91aecce431
There may have not been any reduction task
|
14 years ago |
Samuel Thibault
|
fe8ca57b3d
The copy for reduction into lazy allocation needs to depend on the reduction task graph
|
14 years ago |
Samuel Thibault
|
443f775187
Drop Read access from destination of starpu_data_cpy. Add _starpu_data_cpy which has a reduction flag
|
14 years ago |
Nathalie Furmento
|
4894dfab0c
src/util: we no longer need to set .xxx_func fields for struct starpu_codelet to STARPU_MULTIPLE_XXX_IMPLEMENTATIONS
|
14 years ago |
Nathalie Furmento
|
4092dc6e8c
src: Update towards new codelet/task interface which defines access modes for data handles into starpu_codelet and no longer in starpu_task
|
14 years ago |
Cyril Roelandt
|
450395a8af
Removes ".cpu_func = STARPU_MULTIPLE_CPU_IMPLEMENTATIONS" from codelet initializations.
|
14 years ago |
Nathalie Furmento
|
9faadcf561
Mark struct starpu_codelet's fields XXX_func as deprecated. Fields
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
14 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
14 years ago |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
14 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
15 years ago |
Cédric Augonnet
|
5265e9aa13
No comment :)
|
15 years ago |
Cédric Augonnet
|
9b8fbfae0a
starpu_data_cpy now takes a callback function which is executed when the handle
|
15 years ago |
Cédric Augonnet
|
3fb818e36e
The starpu_data_cpy function copies the content of a handle into another handle.
|
15 years ago |