提交历史

作者 SHA1 备注 提交日期
  Ludovic Courtès 29b508b289 Add uthash, an mBSD hash table implementation. 15 年之前
  Nathalie Furmento 6a38cd14e0 src/Makefile.am: libraries StarPU depends on need to be added when building the main library when compiling on MacOS. Thanks to Guillaume Alleon for reporting this issue 15 年之前
  Nathalie Furmento 4231064e60 Configuration and compilation system: fix OpenCL settings 15 年之前
  Nathalie Furmento 8e7dd0e906 compilation system: cuda cppflags should also not be included automatically 15 年之前
  Cédric Augonnet 84af19fdde - Major cleanup of the code generating the Paje trace 15 年之前
  Cédric Augonnet e55f7e46a2 Introduce the notion of task bundles. A task bundle is a set of tasks that the 15 年之前
  Cédric Augonnet 44721b3594 First attempt to cleanup the code of the "dmda" strategy by directly using the 15 年之前
  Nathalie Furmento 3a3c9e3038 delete trailing whitespaces 15 年之前
  Cédric Augonnet a59c85d82a The parallel greedy ("pgreedy") scheduling policy is a variation of the greedy 15 年之前
  Samuel Thibault 5cea64ffc2 Missing automake bit 15 年之前
  Samuel Thibault 719155db9f copyright fixes 15 年之前
  Samuel Thibault 24b42e1038 - Add starpu_opencl_collect_stats function to collect statistics from OpenCL 15 年之前
  Cédric Augonnet 21eab9fc62 Distribute src/util/starpu_insert_task_utils.h 15 年之前
  Nathalie Furmento 6bc92bcbbe insert task: put into some external functions the code which is also used by MPI (and potentially other parts of StarPU) 15 年之前
  Nathalie Furmento 81fa7020fb Makefile.am: add missing include file 15 年之前
  Cédric Augonnet 26fe0634b8 We need to distribute this file 15 年之前
  Nathalie Furmento 234a8432b7 define a default implementation for pthread barrier functions for systems which do not provide it, such as Cygwin 15 年之前
  Cédric Augonnet 61cdbb41bd Add support for parallel tasks: 15 年之前
  Cédric Augonnet 0700ca07a1 Add a debug function to display the size of some data structures. 15 年之前
  Cédric Augonnet 3fb818e36e The starpu_data_cpy function copies the content of a handle into another handle. 15 年之前
  Cédric Augonnet 8eb64e98ea The starpu_data_set_reduction_methods function defines the per-handle methods 15 年之前
  Cédric Augonnet d9b2afd1f1 Implement the "void" data interface which represents an abstract piece of data 15 年之前
  Cédric Augonnet 0a93ca40d1 The scheduling strategy may now select the min/max priority levels. The 15 年之前
  Samuel Thibault 66a9b3039a add theoretical bound computation infrastructure 15 年之前
  Cédric Augonnet 56e595124e Reorganize the code of the scheduling policies: to stress the fact that 15 年之前
  Cédric Augonnet 2a2d5dd518 Factorize code for the dm and the dmda policies 15 年之前
  Cédric Augonnet 114550c84f Move src/core/policies/sched_policy.* into src/core/ 15 年之前
  Cédric Augonnet 62a0f07a04 Factorize the no_prio_policy and the eager_central_policy policies as the 15 年之前
  Cédric Augonnet 3c95481321 - Add prev and next fields in the task structure for the convenience of the scheduler. 15 年之前
  Cédric Augonnet 9a938aeb1a Get rid of the starpu_jobq_s structure. 15 年之前