Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault a9acc0f302 target can be -1... il y a 12 ans
  Samuel Thibault 6d7b9fc372 Handle case when we have not found a target il y a 12 ans
  Samuel Thibault 9c038ac2be replace starpu_get_bandwidth/latency_CUDA/RAM_RAM/CUDA with calls to starpu_transfer_* il y a 12 ans
  Nathalie Furmento 1bdf2585ae merge trunk il y a 12 ans
  Marc Sergent 9783f21238 Fix of the livelock discovered by Marc Sergent's internship, by adding a maximum trylock threshold before a blocking lock il y a 12 ans
  Marc Sergent e0b771e409 FxT lock traces support added to StarPU. Use --enable-fxt-lock option of configure to activate it il y a 12 ans
  Corentin Salingue e75bbec0cf merge trunk il y a 12 ans
  Samuel Thibault 582fe879e4 comments for the LRU algorithm il y a 12 ans
  Corentin Salingue 210ed2e470 add disk flag + add flag in reclaim + add test disk_computation il y a 12 ans
  Samuel Thibault a063f6dd2b Use STARPU_MAIN_RAM, not 0 il y a 12 ans
  Corentin Salingue 3d450f4b5e correct bug target can be the reclaim node il y a 12 ans
  Corentin Salingue 8281604526 merge trunk il y a 12 ans
  Samuel Thibault f5376f57de Fix missing unlock when a data tree could be locked, but the data couldn't be freed il y a 12 ans
  Corentin Salingue 209fb7bf53 merge trunk il y a 12 ans
  Samuel Thibault 0bb47b1bab Rework locking the mc_list: we must not release mc_rwlock while freeing a memchunk, otherwise some other part of starpu might be removing the very chunk we are trying to free. Keep mc_rwlock locked, and when one needs to lock the data header, use a trylock for the case when some other part of starpu has already locked the data and will lock mc_rwlock too il y a 12 ans
  Samuel Thibault cbd7a8bace Add missing lock il y a 12 ans
  Corentin Salingue 1705223a6c forget case home_node == disk -> push on ram before + move target choice strategy into a function il y a 12 ans
  Corentin Salingue 21c26a7564 clean function to choose target for reclaiming il y a 12 ans
  Corentin Salingue 01181bc7ab if data is allocated, we don't check space on the node il y a 12 ans
  Corentin Salingue 4519397359 fail merge il y a 12 ans
  Corentin Salingue fbbc1a9ff6 merge trunk il y a 12 ans
  Corentin Salingue 6bb0969207 fix bug to choose disk in reclaim il y a 12 ans
  Samuel Thibault 0cb728f087 Rework reclaim list to avoid getting stuck at the end of the list il y a 12 ans
  Samuel Thibault 9025906704 Fix comment with out-of-core in mind il y a 12 ans
  Samuel Thibault d0c220a6f9 Fix memory reclaiming size free estimation. Since r8058, all callers of free_memory_on_node have to set mc->size, including do_free_mem_chunk. il y a 12 ans
  Corentin Salingue 457dd56ea1 add assert disk_register need at least SIZE Bytes, fix warnings in example and change strategy in try_to_free_mem_chunk il y a 12 ans
  Corentin Salingue 51cc563bcc reduce difference with trunk il y a 12 ans
  Corentin Salingue 631853b887 merge trunk il y a 12 ans
  Samuel Thibault fe372493c0 Do not push NULL-registered data to RAM if we are flushing RAM il y a 12 ans
  Samuel Thibault d2772ccb73 When evicting data, push it to its home node, not systematically RAM. il y a 12 ans