Nathalie Furmento
|
0e688f6842
Add possibility to define the sequential consistency at the task level for each handle used by the task.
|
před 7 roky |
Nathalie Furmento
|
ac44526e7d
Add a new value STARPU_TASK_COLOR to be used in starpu_task_insert() to pick up the color of a task in dag.dot
|
před 7 roky |
Nathalie Furmento
|
3278b7715f
minor fixes following coding conventions w.r.t braces
|
před 7 roky |
Nathalie Furmento
|
1b2d99686e
src/util: minor fixes to follow coding conventions
|
před 7 roky |
Samuel Thibault
|
4dd0b4bcd5
Avoid clash between function name and structure initializer in C++
|
před 7 roky |
Samuel Thibault
|
fd5a9f5179
Rework a bit and make public starpu_task_insert_data_make_room, starpu_task_insert_data_process_arg, starpu_task_insert_data_process_array_arg, starpu_task_insert_data_process_mode_array_arg
|
před 7 roky |
Samuel Thibault
|
25352a708d
optimize allocating task buffers
|
před 7 roky |
Samuel Thibault
|
592323f354
Factorize data packing and export it as starpu_codelet_pack_arg_init, starpu_codelet_pack_arg, starpu_codelet_pack_arg_fini
|
před 7 roky |
Samuel Thibault
|
c5ee6c978e
Avoid useless dereference
|
před 7 roky |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
před 7 roky |
Nathalie Furmento
|
4945a33a85
fix copyright holder name
|
před 7 roky |
Nathalie Furmento
|
aae4029d83
INRIA is now called Inria
|
před 7 roky |
Nathalie Furmento
|
24b4ea25cc
new starpu_task_insert parameter STARPU_TASK_DEPS_ARRAY, similar behaviour to function starpu_task_declare_deps_array()
|
před 7 roky |
Nathalie Furmento
|
e7d47393e8
new parameter STARPU_CL_ARGS_NFREE to be used when calling starpu_task_insert (similar to STARPU_CL_ARGS but do not free memory)
|
před 7 roky |
Samuel Thibault
|
9dbb15605d
Fix parsing of STARPU_EXECUTE_WHERE parameter: arch types are #defined as unsigned long longs
|
před 8 roky |
Samuel Thibault
|
0c3ed4a788
revert spurious changes
|
před 8 roky |
Samuel Thibault
|
d187a81ec6
Fix build with cusparse, cusparse.h already has cpp protections
|
před 8 roky |
Nathalie Furmento
|
0750263d65
src/util/starpu_task_insert_utils.c: remove spurious fprintf
|
před 8 roky |
Olivier Aumage
|
4c9dfe7345
set cl_arg_free in fstarpu_task_insert
|
před 8 roky |
Olivier Aumage
|
6a4d7c7c5f
fix coverity issue
|
před 8 roky |
Olivier Aumage
|
cf5be99691
update copyrights for files modified in 2017
|
před 8 roky |
Nathalie Furmento
|
9f5cc1888c
Add a field starpu_task::where and the macro STARPU_TASK_WHERE
|
před 8 roky |
Olivier Aumage
|
950d269178
use assumed-size instead of assumed-shape arrays for native fortran API, for better backward compatibility
|
před 8 roky |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
před 8 roky |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
před 8 roky |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
před 8 roky |
Olivier Aumage
|
1c4f4e519e
- fix discrepancy between C and Fortran insert args processing
|
před 9 roky |
Samuel Thibault
|
49ec3bfcde
explain a common possibility for unknown argument given to task_insert and friends
|
před 9 roky |
Olivier Aumage
|
a662948c71
- support both task_insert and insert_task
|
před 9 roky |
Olivier Aumage
|
f6e0e65d4f
- add Fortran support for dynamic buffers
|
před 9 roky |