История коммитов

Автор SHA1 Сообщение Дата
  Lucas Nesi 42a8d55622 add an option to CUDA workers do not to do slow allocations on other nodes лет назад: 4
  Samuel Thibault 2e0dd21c8b memalloc: Drop diduse лет назад: 4
  Samuel Thibault b0a92763a1 memalloc: Expose is_prefetch to eviction strategy лет назад: 4
  Samuel Thibault ad1911cedf Make enum starpu_is_prefetch public лет назад: 4
  Samuel Thibault 4c74a80013 Move nb_tasks_prefetch to the replicate лет назад: 4
  Nathalie Furmento 9054490002 happy 2021 лет назад: 4
  Nathalie Furmento eef597106c update comment style for doxygen лет назад: 4
  Samuel Thibault 040f190393 Add a task prefetch level лет назад: 5
  Samuel Thibault 0d04c9700f Use an enum for the prefetch levels лет назад: 5
  Nathalie Furmento 5100d24576 add internal .h files into developers documentation лет назад: 5
  Nathalie Furmento 6a16f8370f update copyright holders лет назад: 5
  Samuel Thibault 40b6341ca4 memalloc: Compute evictability at initialization, so it is costless to determine it and can be used to avoid useless LRU management лет назад: 5
  Nathalie Furmento f7abbfa6fc update copyright лет назад: 6
  Samuel Thibault 1465102b3c Let prefetches reuse buffers from data marked as wontuse лет назад: 7
  Samuel Thibault 5fcdf4d8a8 Reduce allocation size лет назад: 7
  Nathalie Furmento 089c051bf5 fix copyrights лет назад: 7
  Nathalie Furmento 6901c4441b src/: fix copyrights лет назад: 7
  Samuel Thibault ad53cb20ee Add experimental STARPU_DIDUSE_BARRIER environment variable support лет назад: 8
  Samuel Thibault d06eb3bbd4 Make reclaiming prevent more fetches on the node being cleaned up, to avoid permanent battle between them лет назад: 10
  Nathalie Furmento bb61f3808d update cnrs copyright лет назад: 10
  Samuel Thibault 7b2d1621c4 * Add starpu_data_wont_use to advise that a piece of data will not be used лет назад: 10
  Samuel Thibault 5a0fcbf328 Add anticipative writeback, to flush dirty data asynchronously before the лет назад: 10
  Samuel Thibault 5af6d13d14 Fix lock ordering: when one has to allocate destination room for reclaiming, we have to unlock the data handle lock and acquire mc_lock, so we need to release the mc_lock before calling try_to_free_mem_chunk or try_to_reuse_mem_chunk. Also add a stressing disk reclaiming testcase. лет назад: 10
  Samuel Thibault 3937eb658e Make _starpu_memchunk_tidy available to the application лет назад: 10
  Samuel Thibault d737e2d729 Periodically reclaim memory instead of waiting the last moment. лет назад: 10
  Samuel Thibault a1582fbdcc Remove unused type лет назад: 10
  Samuel Thibault 5f4256410a Account cached allocation size лет назад: 10
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. лет назад: 10
  Samuel Thibault ea5d8f596b Make a copy of the interface to the memchunk only when the latter gets detached from the data, and thus the interface code will not work on it. Drop the copy when the memchunk gets reattached. This allows interfaces to modify pointers in the interface in unpack, notably лет назад: 11
  Nathalie Furmento 402e568b27 src/datawizard/memalloc: store interface size of the memchunk as the handle may no longer be valid when reusing the memchunk (thanks to Cyril Bordage for reporting the bug) лет назад: 11