提交历史

作者 SHA1 备注 提交日期
  Samuel Thibault d707eb6be6 Remove unused level of indirection 5 年之前
  Samuel Thibault 1f8566b647 scheds: Drop one level of indirection for bitmaps 5 年之前
  Samuel Thibault d9fac67c31 Restore bitmap as public interface 5 年之前
  Adrien Guilbaud 18a3f310a0 Use static inlined bitmaps for schedulers 5 年之前
  Nathalie Furmento 6a16f8370f update copyright holders 5 年之前
  Samuel Thibault b94c69fa99 Use starpu_worker_relax_on instead of internal _starpu_worker_relax_on, for coherency 6 年之前
  Nathalie Furmento f7abbfa6fc update copyright 6 年之前
  Samuel Thibault 4aacd5b527 Expose starpu_wake_worker_relax_light to external schedulers 7 年之前
  Nathalie Furmento 6901c4441b src/: fix copyrights 7 年之前
  Nathalie Furmento aae4029d83 INRIA is now called Inria 7 年之前
  Olivier Aumage 3c3894020b replace remaining _starpu_wake_worker_relay calls by _starpu_wake_worker_relax_light in sched policies 8 年之前
  Olivier Aumage cf5be99691 update copyrights for files modified in 2017 8 年之前
  Olivier Aumage 3cb712851d workaround on graph_test bug when calling set_priority on tasks that have already been queued in priority queues 8 年之前
  Olivier Aumage 0b4a7d4d69 add relax_on/_off around mutex_locks in graph.c 8 年之前
  Olivier Aumage 98508d981f merge from trunk 8 年之前
  Olivier Aumage ae89e620f4 add some relax sections to graph_test_policy 8 年之前
  Samuel Thibault 24cf50b5a3 Add to _starpu_prio_deque_pop_task_for_worker and _starpu_prio_deque_deque_task_for_worker a skipped paramter, to know whether some tasks were there, but can not be executed by the worker 8 年之前
  Olivier Aumage cdb9792226 rename wake_worker* routines to distinguish between two flavors 8 年之前
  Olivier Aumage f2bad53a8e update some mutex_lock_sched() 8 年之前
  Olivier Aumage ee410312a3 update some mutex_lock_sched() 8 年之前
  Olivier Aumage eb935f13bc use some shorter function names 8 年之前
  Olivier Aumage a83e24a99e restore graph_record variable on destroy 8 年之前
  Olivier Aumage 7f6c965ee1 update graph_test policy with new synchro scheme 8 年之前
  Nathalie Furmento 9c38741e02 fix code to follow coding conventions for braces 8 年之前
  Samuel Thibault fcbb7dd5e1 add starpu_task_get_name and use it to warn about dmda etc. using a dumb policy when calibration is not finished 8 年之前
  Nathalie Furmento 87718074ae src: fix cppcheck warnings 8 年之前
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 8 年之前
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions 8 年之前
  Samuel Thibault 1691636086 Drop graph nodes lazily, to avoid workers getting stuck on deallocating a job while a smart scheduler is holding the task graph lock 8 年之前
  Samuel Thibault 2da4df7056 externalize task graph into its own graph structure which does not rely on the existence of jobs 8 年之前