Nathalie Furmento
|
1d0a1fb10d
src/datawizard/filters.c: subdata created by partitioning should not be free-ed as they might be used later on
|
14 年 前 |
Nathalie Furmento
|
c4cda5056b
src/core: free allocated memory
|
14 年 前 |
Samuel Thibault
|
33001ecdb8
Enable developer warnings only if the STARPU_DEVEL environment is defined to a non-empty value.
|
14 年 前 |
Samuel Thibault
|
febecc5fa2
Fix confusion between local pointer, ram pointer, and home pointer:
|
14 年 前 |
Ludovic Courtès
|
180028d163
Make `starpu_data_lookup' handle filters.
|
14 年 前 |
Nathalie Furmento
|
e3745b51da
minor fixes for warnings detected by Intel Compiler
|
14 年 前 |
Cédric Augonnet
|
732e65e13c
Cleanup of the data request management code (ie. simplify the management of
|
14 年 前 |
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 年 前 |
Cédric Augonnet
|
6513d3ed24
Some flags were not properly initialized when partitionning a handle
|
14 年 前 |
Cédric Augonnet
|
ff806ff983
The RW-lock option has been removed more than 2000 commits ago, it's perhaps
|
14 年 前 |
Nathalie Furmento
|
8bf3fb9b31
datawizard/filters.c: get rank from initial data handle
|
14 年 前 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 年 前 |
Cédric Augonnet
|
307a236057
Fix error checking
|
14 年 前 |
Cédric Augonnet
|
5afb322c21
When creating per-worker replicates, we don't create more replicates than there are workers
|
14 年 前 |
Cédric Augonnet
|
04cfc235ec
Destroy the reduction-specific per-handle request list when the handle is
|
14 年 前 |
Cédric Augonnet
|
8e094a1fec
First draft of implementation of the STARPU_REDUX mode.
|
14 年 前 |
Cédric Augonnet
|
d20dcb2005
Revert commit r2772. We actually cannot really merge replicates and mem_chunks
|
14 年 前 |
Cédric Augonnet
|
8eb64e98ea
The starpu_data_set_reduction_methods function defines the per-handle methods
|
14 年 前 |
Cédric Augonnet
|
e3620a36d3
- Implement the SCRATCH access mode using per-worker data replicates in the
|
15 年 前 |
Cédric Augonnet
|
e344b2b6cc
This is a first step toward the merge of the data replicatate and mem_chunk
|
15 年 前 |
Cédric Augonnet
|
118472e5a7
starpu_fetch_data and starpu_release_data now take data replicates
|
15 年 前 |
Cédric Augonnet
|
502689da30
Save the memory node identifier in the data replicate structure
|
15 年 前 |
Cédric Augonnet
|
0b718bb11a
- Rename the starpu_local_data_state_t structure into starpu_data_replicate_s.
|
15 年 前 |
Samuel Thibault
|
0640728ffd
compute data size and footprint after setting the subpart sizes etc.
|
15 年 前 |
Cédric Augonnet
|
3f9d1a9977
Rename the write-back mechanism into write-through mechanism.
|
15 年 前 |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 年 前 |
Nathalie Furmento
|
9e55f6b493
define function starpu_data_get_nb_children()
|
15 年 前 |
Cédric Augonnet
|
aae569a5c8
- Rename "struct starpu_filter_t" into "struct starpu_data_filter" and remove
|
15 年 前 |
Cédric Augonnet
|
5777024385
There is no need to export starpu_data_create_children anymore.
|
15 年 前 |
Mehdi Juhoor
|
76127800bc
the starpu_filter structure now contains a nchildren field. This help resolving an ambiguity with the get_nchildren function, which now serves to compute non-trivial number of children. As a result, filter_arg is now used as an additional parameter in some specific filters, e.g starpu_divide_in_2_filter_func.
|
15 年 前 |