Nathalie Furmento
|
3cff53fd54
New functionality starpu_insert_task_array similar to starpu_insert_task but with an array of data_handles.
|
12 years ago |
Nathalie Furmento
|
5509266779
src/util/starpu_insert_task_utils.c: specify error code
|
12 years ago |
Samuel Thibault
|
037c2ed9ee
starpu_insert_task also needs to set cl_arg_size, will be useful for SCC/MIC
|
13 years ago |
Nathalie Furmento
|
0675565df3
src/util/starpu_insert_task_utils.c: set arg_buffer to NULL when there is no STARPU_VALUE arguments
|
13 years ago |
Nathalie Furmento
|
a0d4805482
rename internal function _starpu_pack_cl_args to _starpu_codelet_pack_args
|
13 years ago |
Cyril Roelandt
|
50fc552808
Free the buffer allocated by _starpu_pack_cl_args in starpu_codelet_unpack_args rather than in starpu_task_insert_callback_wrapper.
|
13 years ago |
Nathalie Furmento
|
af806fdba9
src/util/starpu_insert_task_utils.c: free allocated memory
|
13 years ago |
Samuel Thibault
|
093df9884a
fix build with icpc
|
13 years ago |
Nathalie Furmento
|
aa6900ce49
src/util/starpu_insert_task_utils.c: todo reminder
|
13 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
|
13 years ago |
Cyril Roelandt
|
c771c734fc
Add a "name" field to the codelet structure.
|
13 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
13 years ago |
Nathalie Furmento
|
f8fd5492bd
src: rename internal types following coding conventions
|
13 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 years ago |
Nathalie Furmento
|
adf2f44e62
turn starpu_access_mode into an enumerated type
|
13 years ago |
Samuel Thibault
|
81bedff7fa
Add STARPU_CALLBACK_WITH_ARG
|
13 years ago |
Cyril Roelandt
|
de04a2a4bc
Silence warnings produced by clang.
|
13 years ago |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
13 years ago |
Nathalie Furmento
|
3a39ed2223
MPI: Improve starpu_mpi_insert_task
|
14 years ago |
Nathalie Furmento
|
ccde4d7412
starpu_insert_task returns the return code of the task submission
|
14 years ago |
Ludovic Courtès
|
280873f503
Improve error message in `_starpu_insert_task_create_and_submit'.
|
14 years ago |
Nathalie Furmento
|
0f4dabd5bf
fixes warnings detected by icc
|
14 years ago |
Cédric Augonnet
|
8b31b4b44c
Bug fix: do not forget to support the STARPU_REDUX mode with the
|
14 years ago |
Nathalie Furmento
|
4c08351571
implement starpu_pack_cl_args and use it in starpu_insert_task and starpu_mpi_insert_task
|
14 years ago |
Nathalie Furmento
|
6ea6644534
revert previous commit #3188
|
14 years ago |
Nathalie Furmento
|
1c03adbc48
doc: minor fixes for starpu_insert_task
|
14 years ago |
Nathalie Furmento
|
8a5fabb3f2
Add new property for insert_task which is used in the MPI interface to specify the task which is going to execute the codelet
|
14 years ago |
Cédric Augonnet
|
ecac820f78
The unpack function does not free the buffer in cl_arg anymore. This makes it
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |