Historial de Commits

Autor SHA1 Mensaje Fecha
  Samuel Thibault 6785d61397 Fix performance regression: dmda queues were inadvertently made LIFOs in r9611... hace 12 años
  Samuel Thibault b59e5fd23e revert lists: prioritized tasks are now at the front. Fixes priorities for some schedulers hace 12 años
  Nathalie Furmento 12aeacef0f new functions starpu_task_set_implementation() and starpu_task_get_implementation() to be used by schedulers hace 12 años
  Nathalie Furmento 3a7711af02 src: remove un-needed include pthread.h hace 12 años
  Andra Hugo d56457109a fix syncrhonisation issue (not yet for ws, parallel_heft and random), there's a synchro issue with delete_ctx (seg fault from time to time)->to be fixed hace 12 años
  Samuel Thibault eb64e18781 merge fixes hace 12 años
  Samuel Thibault 242b6116cf pass pthread types through typedefs hace 12 años
  Cyril Roelandt b188aa78c8 _starpu_fifo_push_task(): Fix "TODO: if prio, put at back". hace 12 años
  Samuel Thibault 2b3cd2ad78 Fix performance loss due to multiple implementation support: introduce _starpu_fifo_pop_local_task which does not check (again) that the task can run on the worker hace 12 años
  Nathalie Furmento 3ad31951c8 src: code cleaning hace 13 años
  Samuel Thibault 086a1d93f3 Add _starpu_fifo_empty hace 13 años
  Samuel Thibault 2f4491e804 Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it. hace 13 años
  Nathalie Furmento 1b377f358f src: rename internal objects following coding conventions hace 13 años
  Nathalie Furmento f645e1d934 src: rename internal types following coding conventions hace 13 años
  Nathalie Furmento 906d935956 src: prefix names of internal types and functions with _starpu hace 13 años
  Cyril Roelandt ffcfb86084 Multi-implementation. hace 13 años
  Samuel Thibault bd2c88d145 cast void* to please the SCC compiler hace 13 años
  Samuel Thibault 6beb9fe2f7 Remove now-unused push_prio_task scheduler method hace 14 años
  Samuel Thibault 0d9f08ae8d Fix copyrights, thanks Ludo! hace 14 años
  Samuel Thibault de90793b95 export more functions to external schedulers hace 14 años
  Cédric Augonnet e8d1dd8a10 Use the PTHREAD_COND_SIGNAL to check if there are errors. hace 14 años
  Nathalie Furmento 3b61934f1c typos (detected as warning by icc) hace 14 años
  Samuel Thibault 67bca51106 make use of _starpu_worker_may_execute_task instead of hardcoding it hace 14 años
  Samuel Thibault d023ed950e push decision of "where" parameter of task pops down to scheduling policies, turn it into a worker id, and propagate to pop_task functions too hace 14 años
  Samuel Thibault 0ec22a9b3c document which sched file is what hace 15 años
  Cédric Augonnet 56e595124e Reorganize the code of the scheduling policies: to stress the fact that hace 15 años