提交历史

作者 SHA1 备注 提交日期
  Cédric Augonnet 87fb505882 Factorize the code used to block a worker when there is nothing to do at all. 15 年之前
  Sylvain Henry 75dbd27ed7 Implement wait_for_completion for OpenCL driver. 15 年之前
  Cédric Augonnet e0180473f0 We wake the blocked workers when enabling profiling: this permits to properly 15 年之前
  Cédric Augonnet 79a8173d16 Enabling profiling resets the counters, even if the profiling was already enabled. 15 年之前
  Cédric Augonnet 0e1a245a6b Add Sylvain to the authors 15 年之前
  Cédric Augonnet 82ada8c023 Add Mehdi to the authors 15 年之前
  Mehdi Juhoor c0f5d8f457 Modified the drivers to update sleeping time when profiling 15 年之前
  Sylvain Henry ef2def89d6 Allow starpu_task_destroy(self) in a task callback 15 年之前
  Cédric Augonnet a0e8a8f0c6 Disable sequential consistency for the "cholesky" examples 15 年之前
  Samuel Thibault f3768ddfa9 fix raw monotonic clock detection and usage 15 年之前
  Samuel Thibault 5fc4845594 really define STARPU_HAVE_POSIX_MEMALIGN, STARPU_HAVE_MEMALIGN and STARPU_HAVE_MALLOC_H 15 年之前
  Cédric Augonnet cde9cbf959 Fix a bad use of the engineering notation: 10e9 -> 1e9 15 年之前
  Cédric Augonnet 1d223b5abe Export the current state of the task so that the SOCL lib may implement 15 年之前
  Cédric Augonnet c1c1070153 Minor cleanups 15 年之前
  Cédric Augonnet f1f038ed56 Do not forget to display the OpenCL drivers in the FxT trace. 15 年之前
  Cédric Augonnet cc2b13c2db Add profiling capabilities to the workers. It is now possible to query a worker 15 年之前
  Cédric Augonnet 0914950455 Illustrate how to use profiling capabilities 15 年之前
  Cédric Augonnet 2e64948872 Add some basic online performance feedback capabilities: if the profiling is 15 年之前
  Nathalie Furmento 7fa7ba746b examples/matvecmult/matvecmult.c: force the execution of the codelet on OpenCL when possible 15 年之前
  Samuel Thibault d349207a5d Add missing comment in the file that was to be commited. Thanks Nathalie. 15 年之前
  Nathalie Furmento fb69643f80 vector scaling example: add missing cuda implementation 15 年之前
  Samuel Thibault b8986b9b92 TODO: Add performance model example (and update basic_examples) 15 年之前
  Nathalie Furmento da9954f6ac renaming of field names in struct starpu_jobq_s: they do not need to be prefixed by _starpu_ 15 年之前
  Samuel Thibault c3c91b63d5 harmonize doc and examples/ concerning the scaling example 15 年之前
  Cédric Augonnet 73d67abb29 Protect the initialization of performance models with a global rw-lock (there 15 年之前
  Cédric Augonnet d2b1c0cfc3 Check return values for pthread_rwlock_* functions 15 年之前
  Cédric Augonnet 1df64a8c49 Bug fix: it is not possible to have blocking call within the callbacks, so we 15 年之前
  Cédric Augonnet 7555d37392 Bug fix: _starpu_fetch_data_on_node does not increase the refcnt on the 15 年之前
  Cédric Augonnet c2d9d95b6d Avoid a race condition when updating the number of tasks previously executed in 15 年之前
  Cédric Augonnet 84acefca8d Add some sanity check to make sure that a try-lock is not failing because of an 15 年之前