Cronologia Commit

Autore SHA1 Messaggio Data
  Nathalie Furmento 7f792e3082 Define new public API starpu_pthread which is similar to the pthread API. 12 anni fa
  Samuel Thibault a1db18eda4 count data as freed only after it is actually freed 13 anni fa
  Nathalie Furmento 2e37bab61e src/datawizard/malloc.c: fix starpu_free_on_node() 13 anni fa
  Nathalie Furmento 3092d0db0d src/datawizard/malloc.c: fix code when simgrid is enabled 13 anni fa
  Nathalie Furmento 0eb91e33fe src/datawizard/malloc.c: fix condition branches for starpu_malloc_flags and starpu_free_flags 13 anni fa
  Nathalie Furmento b4eb667ed3 memory: rename starpu_free_count in starpu_free_flags 13 anni fa
  Nathalie Furmento 93dfb7a124 * starpu_malloc_flags checks if STARPU_MALLOC_PINNED is set 13 anni fa
  Nathalie Furmento eeab601075 memory allocation: update memory allocation flag settings. We do not 13 anni fa
  Nathalie Furmento aed9a3073a src/datawizard/malloc.c: fix test to check if flag is set 13 anni fa
  Nathalie Furmento e7b54ef087 src/datawizard/malloc.c: add warning about STARPU_MALLOC_PINNED. 13 anni fa
  Nathalie Furmento cc5382bb41 memory: remove function starpu_malloc_count and implement it by combining starpu_malloc_set/get_flags and starpu_malloc 13 anni fa
  Nathalie Furmento 3ef25bc89f New functions starpu_malloc_set_flags and starpu_malloc_get_flags to 13 anni fa
  Nathalie Furmento 2c583737cd src/datawizard/malloc.c: rename static global variable to start with _ 13 anni fa
  Nathalie Furmento 0a2343ec8c src/datawizard/malloc.c: only check if worker may perform blocking calls before task submission 13 anni fa
  Nathalie Furmento 30c203aa9f datawizard: starpu_malloc and starpu_free no longer count the size of 13 anni fa
  Nathalie Furmento 9d4024fbf4 src/datawizard/malloc.c: fix memory releasing 13 anni fa
  Nathalie Furmento 9b413f8eee src/datawizard/malloc.c: we no longer store the size of the allocated 13 anni fa
  Nathalie Furmento a6ba6f0f05 src/datawizard/malloc.c: starpu_malloc allocate extra space to store 13 anni fa
  Nathalie Furmento 4929a09e0d src/datawizard/malloc.c: only reclaim twice the size of what we want to allocate 13 anni fa
  Nathalie Furmento fbc535854e src/datawizard/malloc.c: starpu_malloc() return -ENOMEM and set pointer to NULL when failing to allocate buffer 13 anni fa
  Nathalie Furmento 4c7f4aaa20 src/datawizard/malloc.c: fix indent 13 anni fa
  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? 13 anni fa
  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 13 anni fa
  Nathalie Furmento 8b29cc2137 src/datawizard/malloc.c: fix indent and comment 13 anni fa
  Nathalie Furmento ff5ec21b70 src/datawizard/malloc.c: remove irrelevant warning 13 anni fa
  Nathalie Furmento d69fda7a9d src/datawizard/malloc.c: add missing include file 13 anni fa
  Nathalie Furmento 6021863a0a Rename function starpu_allocate_buffer_on_node to starpu_malloc_on_node 13 anni fa
  Nathalie Furmento 63423b6e8a New include file starpu_stdlib.h to define functions to allocate and free dynamic memory 13 anni fa
  Samuel Thibault b7f1c0940c Add starpu_malloc_set_align to let OpenCL driver specify its alignment constraints. 13 anni fa
  Samuel Thibault 523ec1a6ab starpu_malloc would have to reclaim memory on allocation failure 13 anni fa