История коммитов

Автор SHA1 Сообщение Дата
  Samuel Thibault 408e23cf1a Reduce sched_ctx execution time in valgrind лет назад: 5
  Nathalie Furmento 6a16f8370f update copyright holders лет назад: 5
  Nathalie Furmento f7abbfa6fc update copyright лет назад: 6
  Nathalie Furmento 96d47b505e examples/sched_ctx/sched_ctx.c: reverse order for deleting contexts лет назад: 6
  Nathalie Furmento 75c6013e30 examples/sched_ctx: delete contexts in the inverse order to the ones they were created лет назад: 6
  Nathalie Furmento cdfa25094a examples/sched_ctx/sched_ctx.c: submitting tasks to a context without the required workers is now possible лет назад: 6
  Olivier Aumage c85979b76c enable parallel eager to work with scheduling contexts лет назад: 7
  Olivier Aumage 1b8631f4a5 redesigned algorithm for peager scheduling policy лет назад: 7
  Nathalie Furmento 7ae5f32c50 examples: fix copyrights лет назад: 7
  Nathalie Furmento 5e6a2a33ea fixes for unused attributes and other minor warnings лет назад: 7
  Olivier Aumage cf5be99691 update copyrights for files modified in 2017 лет назад: 8
  Olivier Aumage a88517d429 merge from trunk лет назад: 8
  Olivier Aumage ab8153271d fix target task count display лет назад: 8
  Nathalie Furmento d476c09ccf fix bugs detected by coverity лет назад: 9
  Nathalie Furmento 4405cb0795 fix bugs reported by coverity лет назад: 9
  Nathalie Furmento bb61f3808d update cnrs copyright лет назад: 10
  Nathalie Furmento b63583dca2 examples/sched_ctx/sched_ctx.c: start scheduler defined by variable STARPU_SCHED when defined лет назад: 10
  Samuel Thibault 6757bca1b5 Remove implementation array terminator in tests, examples, and documentation, since it is not actually used лет назад: 10
  Nathalie Furmento cc9aecb792 merge trunk лет назад: 10
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. лет назад: 10
  Nathalie Furmento 9aeb560a25 examples/sched_ctx/sched_ctx.c: fix typo, we add the workers in procs1 лет назад: 10
  Andra Hugo d4e55d69c9 fixing mem corruption лет назад: 10
  Andra Hugo afade57efa allow ctx to execute parallel codes by reusing starpu workers (keep the workers alive instead of getting them to sleep) -> TODO try to factorize with parallel tasks on combined workers (doing practically the same, duplicate tasks and barrier_wait before & after exec) лет назад: 10
  Nathalie Furmento 8feca5ddce examples/sched_ctx/sched_ctx.c: fix code when no cuda worker is available лет назад: 11
  Nathalie Furmento b1a6cad655 examples/sched_ctx/sched_ctx.c: skip application when no worker cpu is found лет назад: 11
  Nathalie Furmento 54305fca78 examples/sched_ctx/sched_ctx.c: when there is no CUDA devices, the context is created with a CPU, hence task submission does not fail лет назад: 11
  Andra Hugo 228fd6716a when we verify if there is at least a worker able to execute a certain task check out the list of workers of a context not all of the workers of the machine лет назад: 11
  Andra Hugo 3c8000976d fix deadlock: we have to lock the worker's sched_mutex when iterating on its list of contexts but unlock it before the worker is going to sleep лет назад: 11
  Nathalie Furmento 43838444ce Function starpu_sched_ctx_create() now takes a variable argument list лет назад: 11
  Andra Hugo 1b597c15fb bigger tables for the list of workes лет назад: 11