Commit History

Author SHA1 Message Date
  Samuel Thibault 256bc993b3 Fix memleak when count is 0 10 years ago
  Samuel Thibault 19d84a3185 Fix strncpy call which may not put a trailing 0 10 years ago
  Samuel Thibault 4f4618cdfd Fix undefined shift by 64bits 10 years ago
  Samuel Pitoiset d4541060ed src/sched_policies: remove useless initialization for work stealing policies 10 years ago
  Samuel Pitoiset 64ed3c52ca src/sched_policies: remove useless call to starpu_worker_get_sched_condition() 10 years ago
  Samuel Thibault afce80c449 Fix unbound recursion 10 years ago
  Samuel Pitoiset 53197aee7b sched_policies: remove old starpu_deque_jobq internal interface 10 years ago
  Samuel Pitoiset 899702825f sched_policies: use _starpu_fifo_taskq instead of _starpu_deque_jobq for ws 10 years ago
  Samuel Pitoiset bb9de15926 sched_policies: expose modular-ws 10 years ago
  Samuel Pitoiset 38fe3f7455 sched_policies: add missing files for modular-ws sched 10 years ago
  Samuel Pitoiset 5b5aec21b3 sched_policies: do not allocate too much memory for ws sched 10 years ago
  Samuel Pitoiset 0edd73e32f sched_policies: remove unused fields in _starpu_work_stealing_data 10 years ago
  Samuel Pitoiset f29efa4f4d sched_policies: create/remove worker collections outside scheduler policies 10 years ago
  Samuel Thibault 50d55248ee Add starpu-all-tasks debugging support 10 years ago
  Nathalie Furmento fa904a1dfd configure.ac: improve error message when mpicc not having the execute permission 10 years ago
  Samuel Thibault c277c9b080 Add starpu_wake_worker_locked and starpu_wakeup_worker_locked. Use starpu_wake{,up}_worker{,_locked} in all code instead of explicitly waking the scheduling condition 10 years ago
  Samuel Thibault f9948fbc3f Fix restarting iterator for the unlock 10 years ago
  Samuel Thibault c52e9655aa Drop synchronization from stack queues, it is not up to structures to implement this 10 years ago
  Samuel Thibault df4ee93244 Make starpu_wakeup_worker also wake the simgrid wait queues 10 years ago
  Samuel Thibault 2180a3bd93 Replace busy barrier with small sleep in simgrid mode, otherwise it would deadlock 10 years ago
  Samuel Thibault 4ab4772e64 reject unknown transfer types 10 years ago
  Terry Cojean 7c9d8feb8f Use fabs instead of abs for double values. Also add missing include. 10 years ago
  Nathalie Furmento 1bc5278778 datastats: fix use of STARPU_ENABLE_STATS 10 years ago
  Nathalie Furmento 9ff722b45d src/datawizard/datastats.c: call starpu_getenv only once 10 years ago
  Samuel Pitoiset a0f11560b6 doc: document starpu_task_wait_array() 10 years ago
  Samuel Pitoiset dcbdbc6d85 core: add starpu_task_wait_array() 10 years ago
  Samuel Thibault fef389dfdf Fix atomicity of FOO_prio_list_empty 10 years ago
  Samuel Thibault 871bf96056 TODOs 10 years ago
  Samuel Thibault a5f7d96fea Add rbtree and rbtree+list implementation. Use it to introduce priorities in data requests, which default to the task priority or workerorder 10 years ago
  Samuel Thibault e56836b055 Keep fetches and prefetches in the submission order even when upgrading 10 years ago