Samuel Thibault
|
9dbb15605d
Fix parsing of STARPU_EXECUTE_WHERE parameter: arch types are #defined as unsigned long longs
|
8 년 전 |
Samuel Thibault
|
0c3ed4a788
revert spurious changes
|
8 년 전 |
Samuel Thibault
|
d187a81ec6
Fix build with cusparse, cusparse.h already has cpp protections
|
8 년 전 |
Nathalie Furmento
|
0750263d65
src/util/starpu_task_insert_utils.c: remove spurious fprintf
|
8 년 전 |
Olivier Aumage
|
4c9dfe7345
set cl_arg_free in fstarpu_task_insert
|
8 년 전 |
Olivier Aumage
|
6a4d7c7c5f
fix coverity issue
|
8 년 전 |
Olivier Aumage
|
cf5be99691
update copyrights for files modified in 2017
|
8 년 전 |
Nathalie Furmento
|
9f5cc1888c
Add a field starpu_task::where and the macro STARPU_TASK_WHERE
|
8 년 전 |
Olivier Aumage
|
950d269178
use assumed-size instead of assumed-shape arrays for native fortran API, for better backward compatibility
|
8 년 전 |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
8 년 전 |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
8 년 전 |
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
|
8 년 전 |
Olivier Aumage
|
1c4f4e519e
- fix discrepancy between C and Fortran insert args processing
|
8 년 전 |
Samuel Thibault
|
49ec3bfcde
explain a common possibility for unknown argument given to task_insert and friends
|
9 년 전 |
Olivier Aumage
|
a662948c71
- support both task_insert and insert_task
|
9 년 전 |
Olivier Aumage
|
f6e0e65d4f
- add Fortran support for dynamic buffers
|
9 년 전 |
Olivier Aumage
|
15c23fb8fe
- add support for cl_args
|
9 년 전 |
Nathalie Furmento
|
d808a28986
fix bugs detected by valgrind
|
9 년 전 |
Samuel Thibault
|
6920c2293e
fix memory leak
|
9 년 전 |
Nathalie Furmento
|
58870d88ed
Add STARPU_CL_ARGS flag to starpu_task_insert() and starpu_mpi_task_insert() functions
|
9 년 전 |
Samuel Thibault
|
8c48c44395
Drop allocating memory only for callbacks in task_insert, the reason we allocated a structure has disappeared
|
9 년 전 |
Samuel Thibault
|
2955842305
stress task_insert even more
|
9 년 전 |
Samuel Thibault
|
0b91c84752
fix bogus mode setting on task_insert when using more that maxbuffers
|
9 년 전 |
Samuel Thibault
|
09a6294ec0
* Include application threads in the trace.
|
9 년 전 |
Nathalie Furmento
|
915771fae0
src/util/starpu_task_insert_utils.c: fix overflow when packing large arguments and lower minimum size for buffer
|
9 년 전 |
Samuel Thibault
|
f36c3c1cb1
Add STARPU_NAME to specify a task name from a starpu_task_insert call.
|
9 년 전 |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 년 전 |
Nathalie Furmento
|
039b5b4a0b
src/util/starpu_task_insert_utils: move typedef function to .h
|
10 년 전 |
Nathalie Furmento
|
2a8a1b0fda
src/util/starpu_task_insert_utils.c: rename variable to avoid mixing up
|
10 년 전 |
Samuel Thibault
|
5756a5b4bf
Fix setting modes in STARPU_DATA_MODE_ARRAY case with more than STARPU_NMAXBUFS buffers
|
10 년 전 |