コミット履歴

作者 SHA1 メッセージ 日付
  Samuel Thibault 03c9afe025 Do not set ncudagpus each time _starpu_init_cuda is called, it is useless 9 年 前
  Nathalie Furmento e2a6f6ca5a tools/starpu_machine_display.c: also display SCC and MPI master slaves nodes 9 年 前
  Samuel Thibault 1879558d5f Drop now-useless case 9 年 前
  Samuel Thibault 2f6fe20825 Only reuse memchunks which are easy to throw away 9 年 前
  Samuel Thibault 72453f9f98 Disable forcing available memory by default, since this makes StarPU spuriously free data when prefetching fills the memory. Clean buffers are enough to be able to allocate data easily anyway. 9 年 前
  Samuel Thibault 33399e8f5a Improve data reuse: before calling generic reclaiming, try to reuse potentially-in-use mc of the same interface. Avoids having generic reclaiming free data just to be able to reallocate exactly the same kind of data 9 年 前
  Samuel Thibault 65dc063a53 drop duplicate line 9 年 前
  Nathalie Furmento 553f2b122e doc: minor fixes 9 年 前
  Samuel Thibault b1750358b4 Re-re-revert that pending trick 9 年 前
  Samuel Thibault 3ee0d40b90 fix comment 9 年 前
  Samuel Thibault ef31b0b57f Set diduse before calling the callback, for the case where the callback releases the data which was lazily unregistered 9 年 前
  Nathalie Furmento 0ab9a7a78c doc: various fixes - add missing stuff 9 年 前
  Corentin Salingue 08f4d332a3 fix weird behavior when drawing curves in ViTE 9 年 前
  Nathalie Furmento 66efac4d38 include/starpu_disk.h: make variable extern 9 年 前
  Samuel Thibault bc0d878278 Expose the disk swap node number to the application 9 年 前
  Samuel Thibault ffcd176304 Fix unit for STARPU_DISK_SWAP_SIZE: Bytes is really too small, use MB just like LIMIT* 9 年 前
  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) 9 年 前
  Samuel Thibault 3bb41b331a Do not test the node kind if it is -1 9 年 前
  Samuel Thibault 8235eea5c7 Fix more disk cases: when just invalidating memory, we still need to note that it's the RAM which will run the write invalidation 9 年 前
  Samuel Thibault 2ddd26a88f Fix requesting W access on disks: they do not have a worker to make them progress, so use the source node as being handler for the transfer 9 年 前
  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 9 年 前
  Samuel Thibault b0288c2d64 Show total gflop for each machine 9 年 前
  Samuel Thibault b4012ec7ea Avoid keeping all GPU communications in memory, process them while processing the trace 9 年 前
  Corentin Salingue 967b191cc3 Test return of malloc 9 年 前
  Corentin Salingue 2cfd0c3c44 Wait MPI sink workers finished before deleting node 9 年 前
  Samuel Thibault 2c9bbfd30f Add functions to test for cached values 9 年 前
  Samuel Thibault 9e4166e8ed Fix mpi cache flush documentation: one doesn't need to call it on strictly all nodes 9 年 前
  Luka Stanisic d96606dc31 traces: adding prefix for the scheduler name to comply with paje standard 9 年 前
  Nathalie Furmento 425c8442ab ChangeLog: add missing stuff for 1.2.1 9 年 前
  Nathalie Furmento 10ddd00907 minor fixes for gcc warnings 9 年 前