Samuel Thibault
|
8fb1f7ebea
Fix SCC build
|
12 vuotta sitten |
Samuel Thibault
|
57ac315b6d
Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet
|
12 vuotta sitten |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 vuotta sitten |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 vuotta sitten |
Samuel Thibault
|
a1db18eda4
count data as freed only after it is actually freed
|
12 vuotta sitten |
Nathalie Furmento
|
2e37bab61e
src/datawizard/malloc.c: fix starpu_free_on_node()
|
12 vuotta sitten |
Nathalie Furmento
|
3092d0db0d
src/datawizard/malloc.c: fix code when simgrid is enabled
|
12 vuotta sitten |
Nathalie Furmento
|
0eb91e33fe
src/datawizard/malloc.c: fix condition branches for starpu_malloc_flags and starpu_free_flags
|
12 vuotta sitten |
Nathalie Furmento
|
b4eb667ed3
memory: rename starpu_free_count in starpu_free_flags
|
12 vuotta sitten |
Nathalie Furmento
|
93dfb7a124
* starpu_malloc_flags checks if STARPU_MALLOC_PINNED is set
|
12 vuotta sitten |
Nathalie Furmento
|
eeab601075
memory allocation: update memory allocation flag settings. We do not
|
12 vuotta sitten |
Nathalie Furmento
|
aed9a3073a
src/datawizard/malloc.c: fix test to check if flag is set
|
12 vuotta sitten |
Nathalie Furmento
|
e7b54ef087
src/datawizard/malloc.c: add warning about STARPU_MALLOC_PINNED.
|
12 vuotta sitten |
Nathalie Furmento
|
cc5382bb41
memory: remove function starpu_malloc_count and implement it by combining starpu_malloc_set/get_flags and starpu_malloc
|
12 vuotta sitten |
Nathalie Furmento
|
3ef25bc89f
New functions starpu_malloc_set_flags and starpu_malloc_get_flags to
|
12 vuotta sitten |
Nathalie Furmento
|
2c583737cd
src/datawizard/malloc.c: rename static global variable to start with _
|
12 vuotta sitten |
Nathalie Furmento
|
0a2343ec8c
src/datawizard/malloc.c: only check if worker may perform blocking calls before task submission
|
12 vuotta sitten |
Nathalie Furmento
|
30c203aa9f
datawizard: starpu_malloc and starpu_free no longer count the size of
|
12 vuotta sitten |
Nathalie Furmento
|
9d4024fbf4
src/datawizard/malloc.c: fix memory releasing
|
12 vuotta sitten |
Nathalie Furmento
|
9b413f8eee
src/datawizard/malloc.c: we no longer store the size of the allocated
|
12 vuotta sitten |
Nathalie Furmento
|
a6ba6f0f05
src/datawizard/malloc.c: starpu_malloc allocate extra space to store
|
12 vuotta sitten |
Nathalie Furmento
|
4929a09e0d
src/datawizard/malloc.c: only reclaim twice the size of what we want to allocate
|
12 vuotta sitten |
Nathalie Furmento
|
fbc535854e
src/datawizard/malloc.c: starpu_malloc() return -ENOMEM and set pointer to NULL when failing to allocate buffer
|
12 vuotta sitten |
Nathalie Furmento
|
4c7f4aaa20
src/datawizard/malloc.c: fix indent
|
12 vuotta sitten |
Nathalie Furmento
|
72e761688c
src/datawizard/malloc.c: starpu_free needs to inform the memory manager some memory is given back, but how do we know how much?
|
12 vuotta sitten |
Nathalie Furmento
|
8076fd2ac1
src/datawizard/malloc.c: starpu_malloc() now requests the memory manager to find out if there is enough memory left. If now, it reclaims memory
|
12 vuotta sitten |
Nathalie Furmento
|
8b29cc2137
src/datawizard/malloc.c: fix indent and comment
|
12 vuotta sitten |
Nathalie Furmento
|
ff5ec21b70
src/datawizard/malloc.c: remove irrelevant warning
|
12 vuotta sitten |
Nathalie Furmento
|
d69fda7a9d
src/datawizard/malloc.c: add missing include file
|
12 vuotta sitten |
Nathalie Furmento
|
6021863a0a
Rename function starpu_allocate_buffer_on_node to starpu_malloc_on_node
|
12 vuotta sitten |