Nathalie Furmento
|
4350fbfab3
src: interface is a keyword in windows and cannot be used as an object name
|
14 years ago |
Cyril Roelandt
|
260aae8a33
Merging branches/multi-format-2
|
14 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
efc9c3a136
src: Update LIST_TYPE macro to generate list functionalities and type
|
14 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
14 years ago |
Nathalie Furmento
|
5b9b08f1dc
rename internal type starpu_data_state_t to _starpu_data_state
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
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 |
Samuel Thibault
|
3c0a0e89cc
Make starpu_data_unregister also wait for replicate refcnt and queued requests, should fix yet more odd issues
|
14 years ago |
Samuel Thibault
|
94040d2af4
Make starpu_data_unregister wait for all pending requests. This should fix issues with WT, notably
|
14 years ago |
Nathalie Furmento
|
6db2c372ca
merge branch gpumem_prefetch
|
14 years ago |
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
|
14 years ago |