Samuel Thibault
|
ba99542d83
Add STARPU_PER_WORKER variant for perfmodels
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Samuel Thibault
|
4ec07ae93a
Fix memory release in starpu_perfmodel_*
|
5 years ago |
Nathalie Furmento
|
c29d010d3a
delete old code (drivers gordon, scc, starpu-top, and plugin gcc) and update authors file aordingly
|
6 years ago |
Nathalie Furmento
|
44bcb87a60
define node operations in a struct
|
6 years ago |
Samuel Thibault
|
aeadbc9262
make starpu_data_expected_transfer_time use _starpu_determine_request_path to completely count multi-hop transfers instead of using transitive closure of bandwidth_matrix
|
6 years ago |
Samuel Thibault
|
97d7c6d464
Make starpu_data_is_on_node public
|
6 years ago |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
7 years ago |
Samuel Thibault
|
c3b7311830
Use _starpu_task_data_get_node_on_worker whenever possible
|
7 years ago |
Samuel Thibault
|
b0bd9f0f44
Factorize choosing the target memory node for task data
|
7 years ago |
Samuel Thibault
|
f502a54c18
Pave the way for smarter memory node selection
|
7 years ago |
Samuel Thibault
|
b8c18fa216
Fix storing -1 as node number
|
7 years ago |
Samuel Thibault
|
3a098299c2
Fix crash when specific_node is -1
|
7 years ago |
Samuel Thibault
|
a9ff3e4a08
fix taking the proper node into account for data penalty
|
7 years ago |
Samuel Thibault
|
022502186b
Fix estimating data transfer cost when specific_nodes are used
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
591741ee8b
rename starpu_nop_perf_model into starpu_perfmodel_nop
|
8 years ago |
Samuel Thibault
|
3a94ce7401
fix warning
|
8 years ago |
Samuel Thibault
|
4bca05bb20
fix warning
|
8 years ago |
Samuel Thibault
|
eb41e2cdee
Add starpu_nop_perf_model dumb performance model, use it to fix tests/datawizard/deps on simgrid
|
8 years ago |
Nathalie Furmento
|
76703c1031
src: remove useless parenthesis
|
8 years ago |
Nathalie Furmento
|
1aad16d842
minor fixes related to cppcheck
|
8 years ago |
Olivier Aumage
|
58d4d0dcd0
properly initialize codelet_start/codelet_end timestamps
|
8 years ago |
Nathalie Furmento
|
bf074a7831
src: include core/task.h when needed
|
8 years ago |
Corentin Salingue
|
a954ef3ea8
rename variable *_mpi_* to *_mpi_ms_* again
|
8 years ago |
Corentin Salingue
|
200c25371d
add global for model
|
8 years ago |
Andra Hugo
|
4436cde002
forgot copyrights
|
9 years ago |
Andra Hugo
|
15103b9723
GPU partitioning using contexts, and fixing dmda to consider the pipeline len
|
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 |