Commit History

Author SHA1 Message Date
  Nathalie Furmento 089c051bf5 fix copyrights 8 years ago
  Nathalie Furmento 6901c4441b src/: fix copyrights 8 years ago
  Samuel Thibault fdedfafe52 Make starpu schedulers use the internal list type instead of the external list type that has limited support 8 years ago
  Samuel Thibault f47836973e simplify computing pipelined length and clean a bit 9 years ago
  Andra Hugo 4436cde002 forgot copyrights 9 years ago
  Andra Hugo 15103b9723 GPU partitioning using contexts, and fixing dmda to consider the pipeline len 9 years ago
  Samuel Thibault d68f1573fd use some gcc attributes 9 years ago
  Samuel Thibault 0bab6cdf8e Add _starpu_fifo_pop_this_task. 9 years ago
  Andra Hugo bbe2eac4de consider priorities when deciding on which worker to schedule - sol 2 (static number of priorities, each worker has a list of exp_lens corresponding to each priority ) 10 years ago
  Andra Hugo ef3659f515 add new dmda scheduler: dmdasd that considers priority when deciding on which worker to schedule 10 years ago
  Samuel Thibault 26a6543b6f merge trunk 11 years ago
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. 11 years ago
  Marc Sergent 653110bc59 Second step of hierarchical schedulers' restructuring. 12 years ago
  Samuel Thibault 5a8bb83d53 document what exp_start is precisely 12 years ago
  Nathalie Furmento 9e75014ab9 src/sched_policies: remove useless include files 12 years ago
  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 13 years ago
  Samuel Thibault 242b6116cf pass pthread types through typedefs 13 years ago
  Cyril Roelandt b188aa78c8 _starpu_fifo_push_task(): Fix "TODO: if prio, put at back". 13 years ago
  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 13 years ago
  Nathalie Furmento 3ad31951c8 src: code cleaning 14 years ago
  Samuel Thibault 086a1d93f3 Add _starpu_fifo_empty 14 years ago
  Nathalie Furmento f645e1d934 src: rename internal types following coding conventions 14 years ago
  Samuel Thibault 6beb9fe2f7 Remove now-unused push_prio_task scheduler method 14 years ago
  Samuel Thibault 35eb437fc9 document fields 15 years ago
  Samuel Thibault 0d9f08ae8d Fix copyrights, thanks Ludo! 15 years ago
  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 15 years ago
  Samuel Thibault 0ec22a9b3c document which sched file is what 15 years ago
  Cédric Augonnet 56e595124e Reorganize the code of the scheduling policies: to stress the fact that 15 years ago