コミット履歴

作者 SHA1 メッセージ 日付
  Nathalie Furmento 3989f504bd src: give name to internal tasks 11 年 前
  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 11 年 前
  Nathalie Furmento ddf6a00144 src/datawizard/malloc: define prototypes 11 年 前
  Samuel Thibault a9cd1dc130 port r11478 from 1.1: Fix comment 11 年 前
  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 11 年 前
  Nathalie Furmento 0cf9cf4000 src/datawizard/malloc.c: fix misplaced } 11 年 前
  Samuel Thibault 3830a76d5b port r11435 from 1.1: make sure we do not overflow 11 年 前
  Samuel Thibault 0fec9f8acd port r11433 from 1.1: Fix simgrid simulation with batched allocation: we really need to return different allocated values 11 年 前
  Samuel Thibault cd3cfcd51d port r11372 from 1.1: Fix simgrid cuda allocation times 11 年 前
  Samuel Thibault 4ce5fe9027 port r11357 from 1.1: Fix memleak 11 年 前
  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 11 年 前
  Samuel Thibault 0e385974a9 port r11312 from 1.1: Small CUDA allocations (<= 4MiB) are now batched to avoid the huge cudaMalloc overhead. 11 年 前
  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. 12 年 前
  Corentin Salingue 613bc5f403 Out-of-core support, through registration of disk areas as additional memory nodes. 12 年 前
  Corentin Salingue 792e96b06f fix all bug 12 年 前
  Corentin Salingue 62cafe2c61 try to fix unistd functions 12 年 前
  Nathalie Furmento 1bdf2585ae merge trunk 12 年 前
  Marc Sergent 7e8329b365 src/datawizard/malloc.c : forgotten printf removed 12 年 前
  Marc Sergent e0b771e409 FxT lock traces support added to StarPU. Use --enable-fxt-lock option of configure to activate it 12 年 前
  Corentin Salingue 17f75a185b add new functions to manipulate disk memoy + add private interface + change disk (second part) 12 年 前
  Corentin Salingue 631853b887 merge trunk 12 年 前
  Samuel Thibault 27040a7d73 make assertions more verbose 12 年 前
  Corentin Salingue 3d1f821703 merge trunk 12 年 前
  Corentin Salingue 4ee76c347d merge trunk 12 年 前
  Corentin Salingue aa0e328f1c try to add functions to allocate and to free in starpu_alloc_on_node() but not ready now 12 年 前
  Samuel Thibault 8fb1f7ebea Fix SCC build 12 年 前
  Samuel Thibault 57ac315b6d Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet 12 年 前
  Nathalie Furmento 786b8fb4b7 move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX 12 年 前
  Nathalie Furmento 7f792e3082 Define new public API starpu_pthread which is similar to the pthread API. 12 年 前
  Samuel Thibault a1db18eda4 count data as freed only after it is actually freed 12 年 前