Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 years ago |
Nathalie Furmento
|
54ab8e7b09
new functions starpu_data_set_tag and starpu_data_get_tag to be used by StarPU-MPI
|
14 years ago |
Ludovic Courtès
|
c5900310ca
Rewrite `starpu_handle_get_local_ptr' in terms of `starpu_handle_to_pointer'.
|
14 years ago |
Samuel Thibault
|
febecc5fa2
Fix confusion between local pointer, ram pointer, and home pointer:
|
14 years ago |
Ludovic Courtès
|
180028d163
Make `starpu_data_lookup' handle filters.
|
14 years ago |
Ludovic Courtès
|
6a059a9904
Update the pointer -> handle mapping for lazily-allocated data.
|
14 years ago |
Ludovic Courtès
|
e4ae862b15
Have `starpu_handle_to_pointer' return the pointer to lazily-allocated data.
|
14 years ago |
Ludovic Courtès
|
833d51ff30
Remove debugging statements from `_starpu_register_new_data'.
|
14 years ago |
Nathalie Furmento
|
e3745b51da
minor fixes for warnings detected by Intel Compiler
|
14 years ago |
Ludovic Courtès
|
ed3657f0d5
Change `starpu_handle_to_pointer' to handle not-yet-allocated data.
|
14 years ago |
Nathalie Furmento
|
8f23ca3d84
src/datawizard/interfaces/data_interface.c: fix include path for starpu_spinlock.h
|
14 years ago |
Ludovic Courtès
|
b5cabbca95
Add `starpu_data_lookup'.
|
14 years ago |
Ludovic Courtès
|
f652759ae9
Add `starpu_handle_to_pointer'.
|
14 years ago |
Cédric Augonnet
|
732e65e13c
Cleanup of the data request management code (ie. simplify the management of
|
14 years ago |
Nathalie Furmento
|
a9b4016e35
rename function parameter interface into data_interface (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 years ago |
Nathalie Furmento
|
452a0e24dc
src/datawizard/ rename field interface in struct starpu_data_replicate_t into data_interface (on windows, when including <windows.h>, one gets #define interface struct, ...)
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Nathalie Furmento
|
a859208d43
datawizard/interfaces/data_interface.c: initialize rank to -1
|
15 years ago |
Nathalie Furmento
|
567e27fa03
datawizard: add a new field 'rank' to starpu_data_handle
|
15 years ago |
Sylvain Henry
|
c42cc5a7a9
Release "per worker" data interface replicate
|
15 years ago |
Cédric Augonnet
|
5afb322c21
When creating per-worker replicates, we don't create more replicates than there are workers
|
15 years ago |
Cédric Augonnet
|
04cfc235ec
Destroy the reduction-specific per-handle request list when the handle is
|
15 years ago |
Cédric Augonnet
|
e4ed360572
When a data handle is accessed in a R/W mode for the first time after it was
|
15 years ago |
Cédric Augonnet
|
8e094a1fec
First draft of implementation of the STARPU_REDUX mode.
|
15 years ago |
Cédric Augonnet
|
78faf9849a
The starpu_data_unregister_no_coherency does the same as starpu_data_unregister
|
15 years ago |
Cédric Augonnet
|
d20dcb2005
Revert commit r2772. We actually cannot really merge replicates and mem_chunks
|
15 years ago |
Samuel Thibault
|
1142890098
free interfaces before freeing per_node pointers which hold the interface pointer
|
15 years ago |
Cédric Augonnet
|
8eb64e98ea
The starpu_data_set_reduction_methods function defines the per-handle methods
|
15 years ago |
Cédric Augonnet
|
e3620a36d3
- Implement the SCRATCH access mode using per-worker data replicates in the
|
15 years ago |
Cédric Augonnet
|
e344b2b6cc
This is a first step toward the merge of the data replicatate and mem_chunk
|
15 years ago |