Nathalie Furmento
|
8ca7aab7ff
function _starpu_codelet_pack_args takes a void** to be coherent with other functions
|
12 years ago |
Nathalie Furmento
|
7f8de49e48
insert_task: use void* when possible as starpu_task->cl_arg is a void*
|
12 years ago |
Nathalie Furmento
|
3cff53fd54
New functionality starpu_insert_task_array similar to starpu_insert_task but with an array of data_handles.
|
13 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
|
a0d4805482
rename internal function _starpu_pack_cl_args to _starpu_codelet_pack_args
|
13 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 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 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Nathalie Furmento
|
917b4f0671
insert task: update starpu_insert_task_get_sizes to starpu_insert_task_get_arg_size
|
14 years ago |
Nathalie Furmento
|
6bc92bcbbe
insert task: put into some external functions the code which is also used by MPI (and potentially other parts of StarPU)
|
14 years ago |