Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
7 years ago |
Nathalie Furmento
|
089c051bf5
fix copyrights
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Corentin Salingue
|
3bbc1443c4
Each worker can manage the good set of memories
|
9 years ago |
Samuel Thibault
|
1f841a3f0d
Add origin of data requests for debugging
|
9 years ago |
Samuel Thibault
|
a5f7d96fea
Add rbtree and rbtree+list implementation. Use it to introduce priorities in data requests, which default to the task priority or workerorder
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
7770941686
Do not make WT requests idle, we want them as soon as possible
|
10 years ago |
Samuel Thibault
|
4c6de74837
Add starpu_data_idle_prefetch_on_node
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Marc Sergent
|
9783f21238
Fix of the livelock discovered by Marc Sergent's internship, by adding a maximum trylock threshold before a blocking lock
|
12 years ago |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
12 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 |
Samuel Thibault
|
51c910848d
write_through is asynchronous
|
13 years ago |
Samuel Thibault
|
07a56c8386
Fix reference count for starpu_data_acquire_cb when the target GPU is already full: we do want the request to succeed, even if it is asynchronous.
|
13 years ago |
Cyril Roelandt
|
5a705e4a6b
Replace starpu_get_memory_nodes_count by starpu_memory_nodes_get_count.
|
14 years ago |
Cyril Roelandt
|
cbe6828ab9
Call starpu_get_memory_nodes_count() only once instead of every time through the loop.
|
14 years ago |
Cyril Roelandt
|
6b9290d36c
Make _starpu_get_memory_nodes_count() public.
|
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
|
f8fd5492bd
src: rename internal types following coding conventions
|
14 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
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
|
6d7163a74e
Fix write-through in case the target already has updated data: the callback is still called in that case, so we need to take the read lock in all cases
|
14 years ago |
Samuel Thibault
|
ac44749ef2
Allow to use ~0 as broadcast wt_mask
|
14 years ago |
Samuel Thibault
|
3d15b9bbb1
drop debugging
|
14 years ago |
Samuel Thibault
|
61eda0dcef
Fix asynchronicity of the wt mechanism by keeping a read reference on the data
|
14 years ago |