Samuel Thibault
|
cc2c83286c
Allocate per_worker array lazily, to divide data handle weight by something by an order of 10x
|
9 years ago |
Samuel Thibault
|
de1b0691ab
inline the tests of _starpu_data_check_not_busy
|
9 years ago |
Samuel Thibault
|
4270d6780d
make sure we don't forget to check result of _starpu_data_check_not_busy
|
9 years ago |
Samuel Thibault
|
2c97e16b19
fix declaration
|
10 years ago |
Samuel Thibault
|
3434b52b4c
Add arbiter support
|
10 years ago |
Samuel Thibault
|
8fbc9b2c5a
Complete arbiter implementation
|
10 years ago |
Nathalie Furmento
|
e3b44209ed
update copyright
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 years ago |
Samuel Thibault
|
51e895087b
Fix and test disk support with pack/unpack-only interfaces
|
11 years ago |
Samuel Thibault
|
d8af92428c
Inline _starpu_data_is_multiformat_handle, which is called a lot and extremely simple
|
11 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Olivier Aumage
|
104d44742a
- move struct handle_entry back to data_interface.c as it may conflict with a similar struct src/core/topology.c
|
11 years ago |
Olivier Aumage
|
ea7377487d
- add missing institutions
|
11 years ago |
Olivier Aumage
|
3c50f4fc6f
- add support for omp region/omp task context aware data_lookup
|
11 years ago |
Samuel Thibault
|
c8c8eeeb31
More fixes for acquiring node -1 case. Still not working apparently, so not using it for data_invalidate for now.
|
11 years ago |
Nathalie Furmento
|
d60dbc4cf1
src: advise not to call starpu_data_set_rank and starpu_data_set_tag but starpu_mpi_data_register (not yet committed)
|
11 years ago |
Nathalie Furmento
|
42c8e7dc8e
turn function starpu_data_get_data_handle_from_tag private and hence rename it as _starpu_data_get_data_handle_from_tag
|
11 years ago |
Corentin Salingue
|
e66c1994ff
add support pack/unpack for out-of-core
|
12 years ago |
Nathalie Furmento
|
2c41b7e0b9
move definition of union _starpu_interface from include/starpu_data_interfaces.h to src/datawizard/interfaces/data_interface.h
|
12 years ago |
Samuel Thibault
|
57ac315b6d
Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet
|
12 years ago |
Samuel Thibault
|
159317c1dc
Make starpu_interface_matrix_ops public
|
12 years ago |
Nathalie Furmento
|
e1d7debf62
src/datawizard: update function _starpu_data_handle_init() that it also sets the mf_node for the new data handle
|
13 years ago |
Nathalie Furmento
|
b222c59e81
src/datawizard: partly revert 8083 for update children storage in
|
13 years ago |
Nathalie Furmento
|
d0213f8b01
src/datawizard: update children storage in starpu_data_handle_t
|
13 years ago |
Samuel Thibault
|
9badf4f117
Move unregistering tasks from implicit dependencies lists from
|
13 years ago |
Cyril Roelandt
|
885215433f
Replace the public function starpu_data_is_multiformat_handle by a private function _starpu_data_is_multiformat_handle.
|
13 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
14 years ago |
Nathalie Furmento
|
c80a8acea1
Datatypes renaming
|
14 years ago |
Samuel Thibault
|
291771f0e1
optimize not-busy signalization: only take the mutex if starpu_data_unregister is indeed waiting, and the handle is not busy
|
14 years ago |