Samuel Thibault
|
0d04c9700f
Use an enum for the prefetch levels
|
5 years ago |
Samuel Thibault
|
04c456453f
Add starpu_data_get_coordinates_array
|
5 years ago |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Samuel Thibault
|
56e8342a4a
Fix warning
|
5 years ago |
Samuel Thibault
|
385fa6ad24
Don't bother initializing data to zeros when it is already zeroed
|
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
|
edc3ee4902
make public functions which are needed by data interfaces implementations
|
6 years ago |
Nathalie Furmento
|
a4077afc93
For unpack operations, move the memory deallocation from
|
6 years ago |
Nathalie Furmento
|
3da2b69928
Optional data interface init function
|
6 years ago |
Samuel Thibault
|
e8470f01d6
Avoid calling unregistration hook twice if it triggered some data management that kept a busy reference
|
6 years ago |
Samuel Thibault
|
c941fc4979
Fix using optional get_alloc_size method
|
6 years ago |
Samuel Thibault
|
dfea028a3b
fix confusion between handle allocated size and handle data size
|
6 years ago |
Nathalie Furmento
|
14dbaa66f7
small fixes for cppcheck warnings
|
6 years ago |
Samuel Thibault
|
c86f60990f
Add starpu_data_set/get_ooc_flag
|
6 years ago |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
6 years ago |
Samuel Thibault
|
424238f6a1
Sort data access requests by priority
|
6 years ago |
Samuel Thibault
|
5c9fc9b4f8
fix warning in non-fxt profiles
|
6 years ago |
Nathalie Furmento
|
255edba214
new function starpu_data_partition_not_automatic() to disable automatic (un-)partitionning of data
|
7 years ago |
Samuel Thibault
|
8ca621ccb8
Add starpu_data_pointer_is_inside
|
7 years ago |
Samuel Thibault
|
e733006af5
Add a missing invalid change
|
7 years ago |
Samuel Thibault
|
89fa50d97a
Deprecate handle_to_pointer interface operation
|
7 years ago |
Nathalie Furmento
|
edd3ce1a20
src: do not allow to define a unregister hook multiple times
|
7 years ago |
Samuel Thibault
|
b250e277f9
Move _starpu_data_set_unregister_hook to where the hook is called
|
7 years ago |
Samuel Thibault
|
e1163621b9
Call MPI's unregister hook after everything has settled down to be sure one can use mpi_data during requests etc.
|
7 years ago |
Samuel Thibault
|
d37ef8a81d
fix memleak
|
7 years ago |
Samuel Thibault
|
abfe581427
Add implicit support for asynchronous partition planning. This means one does not need to call starpu_data_partition_submit etc. explicitly any more, StarPU will make the appropriate calls as needed.
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Corentin Salingue
|
c52e04efb1
Fix NUMA case when pack/unpack data and fix size in test disk_copy_unpack
|
7 years ago |
Samuel Thibault
|
8f7df5ff07
Make sure not to discard data on partitioning or unregistration
|
7 years ago |
Samuel Thibault
|
dd1d486d39
Avoid requiring that a data being unregistered has to be initialized
|
7 years ago |