Cronologia Commit

Autore SHA1 Messaggio Data
  Cédric Augonnet abaa246db8 Document starpu_worker_set_sched_condition 16 anni fa
  Samuel Thibault 0ec22a9b3c document which sched file is what 16 anni fa
  Cédric Augonnet 3cb3f1a39a Fix compilation 16 anni fa
  Nathalie Furmento e05d3228e9 starpu.texi: doc on how to define a new scheduling policy 16 anni fa
  Nathalie Furmento 3784d23683 set unused fields to NULL for the schedulers 16 anni fa
  Nathalie Furmento b098931dda examples/scheduler/dummy_sched.c: add messages to verify the scheduler is properly enabled 16 anni fa
  Nathalie Furmento 12edbf572d src/core/sched_policy.c: set the post_exec_hook pointer in the global policy 16 anni fa
  Cédric Augonnet c0bdc7d533 Implement a variant of the dmda strategy where the tasks are sorted. 16 anni fa
  Cédric Augonnet e96dd83619 Experiment with a small optimization in the dmda scheduling policy: in the pop 16 anni fa
  Cédric Augonnet a46c76bdaa The starpu_data_query_status function describes the status of a data handle on 16 anni fa
  Nathalie Furmento 1d49d474ee examples/coverage/coverage.sh: cover more testcases 16 anni fa
  Nathalie Furmento 1032e87b62 src/datawizard/interfaces/XXX_interface.c: rename dummy_copy_ram_to_ram() to copy_ram_to_ram() 16 anni fa
  Nathalie Furmento 5865baa946 src/datawizard/interfaces/variable_interface.c: rename dummy_copy_ram_to_ram() to copy_ram_to_ram() 16 anni fa
  Nathalie Furmento 07dbe216b5 examples/coverage/coverage.sh: force the execution of the opencl kernels 16 anni fa
  Cédric Augonnet 56e595124e Reorganize the code of the scheduling policies: to stress the fact that 16 anni fa
  Cédric Augonnet 2a2d5dd518 Factorize code for the dm and the dmda policies 16 anni fa
  Cédric Augonnet 114550c84f Move src/core/policies/sched_policy.* into src/core/ 16 anni fa
  Cédric Augonnet 62a0f07a04 Factorize the no_prio_policy and the eager_central_policy policies as the 16 anni fa
  Cédric Augonnet fda0f0ca3f Some examples include starpu.h (and therefore possibly hwloc.h) 16 anni fa
  Cédric Augonnet 93ac947e65 Add a "post_exec_hook" method in the scheduler interface. This function is 16 anni fa
  Cédric Augonnet e70be63b82 In order to maintain ABI compability, we add a dummy pointer in the topology 16 anni fa
  Cédric Augonnet fdcffc1dcd The hwloc library is used in the public API so we need hwloc.h in case hwloc is 16 anni fa
  Cédric Augonnet 8e3c29dde8 Use tasks instead of jobs in the "priority queues" 16 anni fa
  Cédric Augonnet bb85b285ed Remove this file from svn 16 anni fa
  Cédric Augonnet 1a47e25f4f Replace the starpu_fifo_jobq_s structure by starpu_fifo_taskq_s which works 16 anni fa
  Cédric Augonnet f2f844462b Replace _starpu_job_expected_length by _starpu_task_expected_length which takes 16 anni fa
  Cédric Augonnet d4851f06d1 Fix previous commit: pop_every_task now returns a "struct starpu_task *" 16 anni fa
  Cédric Augonnet f61ff6f185 Use the helper methods to implement the dummy scheduler. 16 anni fa
  Cédric Augonnet 2d3c7f5584 - Fix the name of the methods to manipulate task lists 16 anni fa
  Cédric Augonnet 3c95481321 - Add prev and next fields in the task structure for the convenience of the scheduler. 16 anni fa