Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 5017e4ef01 Do not block in drivers run by the application il y a 11 ans
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. il y a 11 ans
  Samuel Thibault c3e6095f8d Move the pause implementation into its own function, instead of _starpu_machine_is_running which is called in various places where the pause can actually lead to deadlocks il y a 11 ans
  Samuel Thibault 529e9bf200 Improve static scheduling by adding support for specifying the task execution order. il y a 11 ans
  Samuel Thibault f99ef13c88 Add CUDA kernel submission pipelining, to overlap costs and allow concurrent il y a 11 ans
  Andra Hugo ab7bd6810c nested scheduling contexts + worker collection keeping track of blocked workers il y a 11 ans
  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 il y a 11 ans
  Andra Hugo c8def5adac sharing workers btw ctxs with no sched_policy il y a 11 ans
  Andra Hugo 3ca3790ef1 * sched_ctxs without sched_policy il y a 11 ans
  Andra Hugo 5a219c8a8f * patch Terry: fix book workers (book workers that have already been booked and wake up eventually workers that we don't want anymore in the group) il y a 12 ans
  Andra Hugo aed609a645 rollback r12518: don't allow unregister in callback or task codelets il y a 12 ans
  Andra Hugo a78e7bdc6a allow unregisters in callbacks and codelets when we have only CPUs il y a 12 ans
  Andra Hugo 1c2f50cec5 fix exec_parallel code when called by the app thread il y a 12 ans
  Andra Hugo 6fd68c0e07 execute parallel code (openmp for eg) inside contexts ------ temporary solution il y a 12 ans
  Samuel Thibault 4899b89184 Fix GPU thread binding: document logical cores/PUs, simplify _starpu_initialize_workers_deviceid initialization loop, fix confusion between PUs and cores in _starpu_get_next_bindid il y a 12 ans
  Andra Hugo 8c75841bf9 consider the hyperthreading when constructing the list of workers il y a 12 ans
  Andra Hugo df64b8fa75 fix worker_tree collection: one bind id can correspond to several workerids il y a 12 ans
  Andra Hugo 2e4399f771 bindid fixes il y a 12 ans
  Samuel Thibault 353d5502b5 Patch from Benoît Lizé: Add pause/resume functions il y a 12 ans
  Samuel Thibault 21d7dfa9a5 Add subworkerid instead of using devid, which thus removed mp_nodeid il y a 12 ans
  Samuel Thibault 8848e2486b TODO il y a 12 ans
  Nathalie Furmento 85bf5972c3 workers: turn function starpu_worker_get_nsched_ctxs and hence rename it as _starpu_worker_get_nsched_ctxs il y a 12 ans
  Nathalie Furmento d3b10b1424 workers: turn function starpu_worker_mutex_is_sched_mutex private and hence rename it as _starpu_worker_mutex_is_sched_mutex il y a 12 ans
  Nathalie Furmento 4a14f59a24 workers: turn function starpu_worker_set_flag_sched_mutex_locked private and hence rename it as _starpu_worker_set_flag_sched_mutex_locked il y a 12 ans
  Nathalie Furmento 455285f263 src/core/workers.h: - we no longer need to maintin ABI compatibility as type is private - always define struct starpu_tree *tree il y a 12 ans
  Nathalie Furmento 7c066359c0 src: make sure we use starpu_pthread type il y a 12 ans
  Andra Hugo 29fe510ea0 build hwloc tree and iterate on the list of workers in the hwloc order il y a 12 ans
  Andra Hugo e28f7852a3 hypervisor: steal work from other ctxs when the worker is idle il y a 12 ans
  Andra Hugo 12dec4c5cc hypervisor optimisation (avoid unnecessary notifications/locks/trylocks) + add the hyp the traces il y a 12 ans
  Andra Hugo 9a2c69cac2 wake up workers before shutdown il y a 12 ans