Historique des commits

Auteur SHA1 Message Date
  Simon Archipoff ee5f2cf413 work_stealing re-writen to carry his own fifos il y a 12 ans
  Simon Archipoff 7adf474545 bugs fixs, change mutexes to rwlocks il y a 12 ans
  Simon Archipoff 1471c703bf heft works and eager is defined with regular fifo nodes il y a 12 ans
  Simon Archipoff 38f6e98eaa idea for heft (nice enough) il y a 12 ans
  Simon Archipoff 739ba80d7d bug fix in ws + some ideas for heft (not nice enought). il y a 12 ans
  Simon Archipoff f0c79e19dd overload computation works for work stealing il y a 12 ans
  Simon Archipoff eb60672536 fix deadlock problem for all policies, now worker wake up properly il y a 12 ans
  Simon Archipoff 09fbee829b eager, random and ws now works. ws seems to have a problem with priorities il y a 12 ans
  Simon Archipoff 19d3462d3b firsts modules for schedulers il y a 12 ans
  Simon Archipoff dfaf0d67f4 branching for modularization of schedulers il y a 12 ans
  Samuel Thibault ece7c1120f silent output in make check mode il y a 12 ans
  Samuel Thibault b59e5fd23e revert lists: prioritized tasks are now at the front. Fixes priorities for some schedulers il y a 12 ans
  Simon Archipoff 034d9dbfd9 bugs fix in push function of random_policy, algorithm is now only applied on workers that can execute task il y a 12 ans
  Samuel Thibault 2e5c237910 Use actual workerid instead of workerid only set when execute_on_a_specific_worker is set il y a 12 ans
  Samuel Thibault ff8f9ce30b fix build with ayudame il y a 12 ans
  Samuel Thibault af2cb26424 fix build according to last mutex lock renaming il y a 12 ans
  Samuel Thibault b0e4515a32 Decrement ntasks for tasks which don't go through the scheduler too. Also update the statistics btw il y a 12 ans
  Nathalie Furmento cc1752535d doc/chapters/api.texi: fix function signature il y a 12 ans
  Nathalie Furmento e1027f2e7c src: fix simgrid code il y a 12 ans
  Nathalie Furmento 12aeacef0f new functions starpu_task_set_implementation() and starpu_task_get_implementation() to be used by schedulers il y a 12 ans
  Nathalie Furmento 786b8fb4b7 move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX il y a 12 ans
  Nathalie Furmento fd55b8710c src/common: move definition of _starpu_check_mutex_deadlock() il y a 12 ans
  Nathalie Furmento 1c75b34ec9 thread: fix definitions of starpu_pthread_create and starpu_pthread_create_on (2nd part) il y a 12 ans
  Nathalie Furmento 78570cad44 thread: fix definitions of starpu_pthread_create and starpu_pthread_create_on il y a 12 ans
  Nathalie Furmento c3f38dd384 src/common/thread.h: remove macro _STARPU_PTHREAD_MUTEX_TRYLOCK which is not used and is wrong anyway il y a 12 ans
  Nathalie Furmento 32a71532cd examples/Makefile.am: do not build openmp example on windows machines il y a 12 ans
  Nathalie Furmento db28916999 doc: be more explicit on how to initialise a codelet il y a 12 ans
  Nathalie Furmento 19b552794f rename starpu_create_task_alias to starpu_task_dup and document it il y a 12 ans
  Nathalie Furmento 5071f678af rename function starpu_display_codelet_stats to starpu_codelet_display_stats il y a 12 ans
  Nathalie Furmento f6e82c3561 rename starpu_init_parallel_task_barrier to starpu_parallel_task_barrier_init and document it il y a 12 ans