Historie revizí

Autor SHA1 Zpráva Datum
  Samuel Thibault 7c6d72edfc expose memory manager functions to applications před 11 roky
  Samuel Thibault a60fedf197 Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if the node is out of memory před 11 roky
  Olivier Aumage 793eba8411 - modify the way to unregister OpenMP tasks' data před 11 roky
  Samuel Thibault 501de79951 Fix counting allocated memory před 11 roky
  Samuel Thibault 6757bca1b5 Remove implementation array terminator in tests, examples, and documentation, since it is not actually used před 11 roky
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. před 11 roky
  Samuel Thibault 33226eb62f Disable starpu_malloc_on_node when CUDA does not support peer access před 11 roky
  Samuel Thibault feda650297 Fix starpu_malloc_on_node for OpenCL when not called from the GPU worker před 11 roky
  Samuel Thibault 52cfd05a46 fix starpu_malloc_on_node when called outside of the GPU worker před 11 roky
  Samuel Thibault 9327d30712 revert spurious changes před 11 roky
  Samuel Thibault c209bb90fd port r13570 from 1.1: Fix mc memory leak před 11 roky
  Nathalie Furmento c18275f016 src/datawizard/malloc.c: improve error message před 11 roky
  Samuel Thibault a9b47f084e Automatically disable memory pinning when running in valgrind před 12 roky
  Samuel Thibault 143aa5f194 Add STARPU_DISABLE_PINNING environment variable, to be able to disable memory pinning for Valgrind před 12 roky
  Samuel Thibault 2f62b5cd10 Use big fat abortions when one tries to make a task or callback sleep, instead of just returning EDEADLCK which few people will test před 12 roky
  Nathalie Furmento 3989f504bd src: give name to internal tasks před 12 roky
  Samuel Thibault 14016e793f port r11537 from 1.1: cudaFree takes much more than 125µs on average. 750µs is an average on the cholesky example. This still needs to be somehow tuned před 12 roky
  Nathalie Furmento ddf6a00144 src/datawizard/malloc: define prototypes před 12 roky
  Samuel Thibault a9cd1dc130 port r11478 from 1.1: Fix comment před 12 roky
  Samuel Thibault bb88fe0e68 port r11466 from 1.1: Even without allocation cache, data release is done lazily, we can not count on precision of value returned by starpu_memory_get_available před 12 roky
  Nathalie Furmento 0cf9cf4000 src/datawizard/malloc.c: fix misplaced } před 12 roky
  Samuel Thibault 3830a76d5b port r11435 from 1.1: make sure we do not overflow před 12 roky
  Samuel Thibault 0fec9f8acd port r11433 from 1.1: Fix simgrid simulation with batched allocation: we really need to return different allocated values před 12 roky
  Samuel Thibault cd3cfcd51d port r11372 from 1.1: Fix simgrid cuda allocation times před 12 roky
  Samuel Thibault 4ce5fe9027 port r11357 from 1.1: Fix memleak před 12 roky
  Samuel Thibault 336612abd1 port r11320 from 1.1: Do not error out if the user didn't release memory allocated with starpu_malloc_on_node před 12 roky
  Samuel Thibault 0e385974a9 port r11312 from 1.1: Small CUDA allocations (<= 4MiB) are now batched to avoid the huge cudaMalloc overhead. před 12 roky
  Samuel Thibault 49b7fe4fd2 Fix automatic RAM allocation on CUDA without memcpy_peer: we can not allocated pinned memory, since that requires waiting for a task, and starpu_malloc_on_node is called with a spinlock locked. před 12 roky
  Corentin Salingue 613bc5f403 Out-of-core support, through registration of disk areas as additional memory nodes. před 12 roky
  Corentin Salingue 792e96b06f fix all bug před 12 roky