Nathalie Furmento
|
5100d24576
add internal .h files into developers documentation
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Samuel Thibault
|
385fa6ad24
Don't bother initializing data to zeros when it is already zeroed
|
5 years ago |
Nathalie Furmento
|
49abba4b85
new function to move the contents of a list
|
7 years ago |
Samuel Thibault
|
dbfb7760c5
Fix calling _STARPU_MALLOC _STARPU_CALLOC _STARPU_REALLOC in C++ code
|
7 years ago |
Samuel Thibault
|
152f70a5a4
improve NAME_multilist_alone_MEMBER so it works just the same with attached lists
|
7 years ago |
Samuel Thibault
|
02d5b8e557
Allow a list to be detached, and then be able to test if an element is alone in the dark
|
7 years ago |
Samuel Thibault
|
ade443493d
Rename multilist_init into multilist_head_init, to allow initializing an element properly
|
7 years ago |
Nathalie Furmento
|
089c051bf5
fix copyrights
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Samuel Thibault
|
63b8962caf
fix missing include
|
8 years ago |
Samuel Thibault
|
eea3a5a9eb
improve list documentation
|
8 years ago |
Corentin Salingue
|
b401b569ad
Add _STARPU_MALLOC_CAST macro to make list.h compatible with C++
|
8 years ago |
Samuel Thibault
|
12a7cc6c1e
Avoid exposing the task list implementation, which leads to conflicts and confusions, and we won't want to do the same for prio_lists anyway. Use the internal inlines to provide an external symbol instead
|
8 years ago |
Samuel Thibault
|
fdedfafe52
Make starpu schedulers use the internal list type instead of the external list type that has limited support
|
8 years ago |
Samuel Thibault
|
b5871107f1
fix typo
|
8 years ago |
Samuel Thibault
|
0540b09a19
Add functions for iterating a list from the end
|
8 years ago |
Samuel Thibault
|
36f4658a4e
Fix stupid typo
|
9 years ago |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 years ago |
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
|
9 years ago |
Samuel Thibault
|
1691636086
Drop graph nodes lazily, to avoid workers getting stuck on deallocating a job while a smart scheduler is holding the task graph lock
|
9 years ago |
Samuel Thibault
|
cda9181705
generalize job list into multilist
|
9 years ago |
Samuel Thibault
|
8b98e083f7
Add consts
|
9 years ago |
Samuel Thibault
|
d02d46af5e
fix comment order
|
10 years ago |
Samuel Thibault
|
0e92653f70
Add _list_member and _list_ismember helpers, and use them
|
10 years ago |
Samuel Thibault
|
c8efbb83e8
Inline list heads instead of keeping allocating them
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
b44e48eca3
Add _list_insert_before and _list_insert_after macros
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Thibaud Lambert
|
9e2f01a57f
update comment list.h
|
12 years ago |