Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 57ac315b6d Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet il y a 12 ans
  Nathalie Furmento 30860cac02 Renaming of diverse functions and datatypes. 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
  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 19b552794f rename starpu_create_task_alias to starpu_task_dup and document it il y a 12 ans
  Andra Hugo fd8a470cc5 get job & combined_worker pointers out of parallel_eager & parallel_heft il y a 12 ans
  Nathalie Furmento a88351d5d1 macros STARPU_TASK_GET_HANDLE, STARPU_TASK_SET_HANDLE, STARPU_CODELET_GET_MODE and STARPU_CODELET_SET_MODE are now in public API il y a 12 ans
  Nathalie Furmento 097a832e3c Allow to have a dynamically allocated number of buffers per task, and il y a 12 ans
  Andra Hugo 2400b6829a get starpu_get_changing_ctx_mutex out of the public API il y a 12 ans
  Andra Hugo 3de4a1581a factorise changing_ctx_mutex (get it out of the policies) il y a 12 ans
  Nathalie Furmento ccb670cd34 sched_ctx_hypervisor has been renamed in sc_hypervisor il y a 12 ans
  Nathalie Furmento c4febc1871 src/core/sched_policy.c: only declare variable when needed il y a 12 ans
  Nathalie Furmento 3a7711af02 src: remove un-needed include pthread.h il y a 12 ans
  Nathalie Furmento a33a7476f9 scheduler: function starpu_push_task_end is now public as it needs to be called by schedulers il y a 12 ans
  Andra Hugo 021aff4d1c rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h il y a 12 ans
  Nathalie Furmento 0b6edc6270 src/core/sched_policy.c: remove unused variable il y a 12 ans
  Nathalie Furmento 361cb9d780 rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx il y a 12 ans
  Nathalie Furmento 6b0919e84c src/core: fix shadow declarations il y a 12 ans
  Samuel Thibault bd064b21b9 Drop unused variable il y a 12 ans
  Andra Hugo 6acf4198af fixes to ispeed il y a 12 ans
  Samuel Thibault cb68183de2 Do not test for task->cl == NULL on each re-push of a task, it only needs to be tested once il y a 12 ans
  Nathalie Furmento e5ce977497 src: move definition of _starpu_create_task_alias in src/core/parallel_task.h il y a 12 ans
  Nathalie Furmento 77815bd069 perfmodels: Gordon performance models are no longer enabled il y a 12 ans
  Samuel Thibault 2b30d49db1 Make it possible to use simgrid without having CUDA/OpenCL installed il y a 12 ans
  Nathalie Furmento eb32a9b3d4 src: fix coding style il y a 12 ans
  Samuel Thibault f5363c873c to avoid calling starpu_worker_get_memory_node, simply add variants of _starpu_handle_needs_conversion_task and _starpu_create_conversion_task which take the arch itself il y a 12 ans
  Andra Hugo 8aa86f5b27 get rid of the remove/add task (replace it with a flag) + fix a delete_ctx bug (data was freed too early) il y a 12 ans
  Samuel Thibault 2cd15ea3bf Fix _starpu_push_task_to_workers into returning errno values, like _starpu_push_task. Use -EAGAIN as "pushed to empty context" meaning. il y a 12 ans
  Samuel Thibault 15edf8fa61 Move task push end management just before releasing the mutex of the queue to which it was pushed il y a 12 ans
  Andra Hugo 4c8e085e07 factorize code + fix perf model bug (chech nan to avoid nan+double) - sorry for the indentation il y a 12 ans