Commit Verlauf

Autor SHA1 Nachricht Datum
  Samuel Thibault c7f166c27c Add mpi communications in dag.dot vor 9 Jahren
  Samuel Thibault 68cfd2adef Fix bogus node usage in starpu_data_acquire_on_node when node is < 0 vor 9 Jahren
  Samuel Thibault 05a423147e Factorize code vor 9 Jahren
  Samuel Thibault beea50c30b Add starpu_data_acquire_try and starpu_data_acquire_on_node_try. vor 9 Jahren
  Samuel Thibault c51d9f874a Fix node number for format conversion vor 9 Jahren
  Samuel Thibault ef31b0b57f Set diduse before calling the callback, for the case where the callback releases the data which was lazily unregistered vor 9 Jahren
  Samuel Thibault 91f985c664 Do not bother telling _starpu_post_data_request which node is handler for the request, it can determine it by itself from the request, and it is actually more right when the request is an invalidation, for which the handler is undetermined (-1) vor 9 Jahren
  Samuel Thibault 322115ff53 Fix setting diduse for a memory chunk: _starpu_memchunk_recently_used does not necessarily mean it was actually used, that could be a prefetch only. Make diduse marked from the tasks and from the data acquisitions instead vor 9 Jahren
  Samuel Thibault 5d82d338bf Fix macro name to more precisely reflect behavior vor 9 Jahren
  Nathalie Furmento 87718074ae src: fix cppcheck warnings vor 9 Jahren
  Samuel Thibault de0bb767b0 port r19310 from 1.2: Fix locking memory replicates when e.g. invalidating data: we need to lock all nodes to prevent e.g. an eviction to disk. vor 9 Jahren
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC vor 9 Jahren
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions vor 9 Jahren
  Samuel Thibault c0b04e4d0d Fix and test the case where we try to invalidate a data which has some transfers pending. Also make sure that eviction doesn't evict a data being invalidated vor 9 Jahren
  Samuel Thibault 1f841a3f0d Add origin of data requests for debugging vor 9 Jahren
  Samuel Thibault cc2c83286c Allocate per_worker array lazily, to divide data handle weight by something by an order of 10x vor 9 Jahren
  Samuel Thibault 69b63c5eb2 Fix wont_use call on per_worker buffers vor 10 Jahren
  Samuel Thibault a5f7d96fea Add rbtree and rbtree+list implementation. Use it to introduce priorities in data requests, which default to the task priority or workerorder vor 10 Jahren
  Samuel Thibault 91fd2cfc15 Fix mem_reclaim: on write request, if some requests are pending (notably reclaiming), create an additional write request which will wait for them before invalidating all copies vor 10 Jahren
  Nathalie Furmento bb61f3808d update cnrs copyright vor 11 Jahren
  Samuel Thibault 7b2d1621c4 * Add starpu_data_wont_use to advise that a piece of data will not be used vor 11 Jahren
  Nathalie Furmento 7732f6f7a1 src/datawizard/user_interactions.c: rename internal tasks name to be clearer vor 11 Jahren
  Samuel Thibault 4ee5550b33 introduce starpu_data_fetch_on_node for fetches which can forcibly flush data out vor 11 Jahren
  Samuel Thibault 4c6de74837 Add starpu_data_idle_prefetch_on_node vor 11 Jahren
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. vor 11 Jahren
  Samuel Thibault f43bf86292 Fix complexity of implicit task/data dependency, from quadratic to linear vor 11 Jahren
  Samuel Thibault 9d36c055e7 Make sure not to add the post_sync_task when none was define because sequential consistency was not enabled vor 11 Jahren
  Samuel Thibault 4a9e46d095 Reduce the memory footprint of the "requested" bitfield vor 11 Jahren
  Samuel Thibault 24f00257b5 Fix acquisition of data on node -1, re-enable using it in data_invalidate vor 12 Jahren
  Samuel Thibault c8c8eeeb31 More fixes for acquiring node -1 case. Still not working apparently, so not using it for data_invalidate for now. vor 12 Jahren