Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 5e61b183a5 Fix reporting CUDA workers when using several workers per CUDA il y a 9 ans
  Samuel Thibault 8a713e9521 Fix missing include, thanks Léo il y a 9 ans
  Nathalie Furmento 4ee7c64768 mpi/tests/insert_task_node_choice.c: use long long to make sure test is valid on a 32-bit architecture il y a 9 ans
  Samuel Thibault cd847ea3d3 Fix build with upcoming simgrid release il y a 9 ans
  Samuel Thibault e71124580f shut up warning il y a 9 ans
  Samuel Thibault c16ae6ed15 Fix warning with simgrid il y a 9 ans
  Samuel Thibault e219b37a8d Fix warnings with older simgrid il y a 9 ans
  Samuel Thibault cc7c39c4f7 Fix build with upcoming simgrid 3.15 il y a 9 ans
  Samuel Thibault b24f685b47 When trying to reuse a memchunk, avoid locking the handle when we easily know that a transfer is needed and thus we will not afford doing it il y a 9 ans
  Samuel Thibault 6734d1fd95 Fix initial value for number of cuda devices il y a 9 ans
  Samuel Thibault 3bb7af49d1 Fix build without allocation cache il y a 9 ans
  Samuel Thibault afcbc106ef Fix build without allocation cache il y a 9 ans
  Samuel Thibault 03c9afe025 Do not set ncudagpus each time _starpu_init_cuda is called, it is useless il y a 9 ans
  Nathalie Furmento e2a6f6ca5a tools/starpu_machine_display.c: also display SCC and MPI master slaves nodes il y a 9 ans
  Samuel Thibault 1879558d5f Drop now-useless case il y a 9 ans
  Samuel Thibault 2f6fe20825 Only reuse memchunks which are easy to throw away il y a 9 ans
  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. il y a 9 ans
  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 il y a 9 ans
  Samuel Thibault 65dc063a53 drop duplicate line il y a 9 ans
  Nathalie Furmento 553f2b122e doc: minor fixes il y a 9 ans
  Samuel Thibault b1750358b4 Re-re-revert that pending trick il y a 9 ans
  Samuel Thibault 3ee0d40b90 fix comment il y a 9 ans
  Samuel Thibault ef31b0b57f Set diduse before calling the callback, for the case where the callback releases the data which was lazily unregistered il y a 9 ans
  Nathalie Furmento 0ab9a7a78c doc: various fixes - add missing stuff il y a 9 ans
  Corentin Salingue 08f4d332a3 fix weird behavior when drawing curves in ViTE il y a 9 ans
  Nathalie Furmento 66efac4d38 include/starpu_disk.h: make variable extern il y a 9 ans
  Samuel Thibault bc0d878278 Expose the disk swap node number to the application il y a 9 ans
  Samuel Thibault ffcd176304 Fix unit for STARPU_DISK_SWAP_SIZE: Bytes is really too small, use MB just like LIMIT* il y a 9 ans
  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) il y a 9 ans
  Samuel Thibault 3bb41b331a Do not test the node kind if it is -1 il y a 9 ans