コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Cédric Augonnet 6c24cd5dc7 Defer the execution of the callback associated to a request after the handle's 15 年 前
  Cédric Augonnet bca5400187 Monotonic clocks are used by default in FxT now and the option was removed from 15 年 前
  Cédric Augonnet dd7443ea86 Factorize code which needs not be directly written in the drivers 15 年 前
  Cédric Augonnet 6d3925222f Protect the queues when initializing the drivers even if the counters are only 15 年 前
  Cédric Augonnet f1ddbe3627 Use a grey background for "unknown" vertices rather than a black one (so that 15 年 前
  Samuel Thibault c2a62115aa fix windows cuda build, disable opencl on windows for now (no fork there...) 15 年 前
  Nathalie Furmento 88b473d02e revert r#2246. No need to check the return value of _starpu_fetch_data_on_node 15 年 前
  Nathalie Furmento 63a9dc3a29 examples/block/block_kernel.cl: typo 15 年 前
  Samuel Thibault b210f4c30e visual studio doesn't have __sync operations, but this is not fatal to applications 15 年 前
  Samuel Thibault 322badcd63 windows doesn't have sched_setaffinity, we really need to use hwloc here 15 年 前
  Nathalie Furmento 400ba4a891 src/datawizard/user_interactions.c: check return value of _starpu_fetch_data_on_node 15 年 前
  Samuel Thibault ea9361f2db do not look for specific symbols in cuda, as on windows the names are mangled 15 年 前
  Samuel Thibault 865c2a86f5 TODO 15 年 前
  Nathalie Furmento 05cc131e5b configure.ac: apply substitution only if CUDA is enabled 15 年 前
  Nathalie Furmento 9d25e11734 libstarpu.pc.in: only make public the CUDA flags 15 年 前
  Cédric Augonnet 7f2a7c8108 Properly handle the case of memory chunks associated to a handle that was 15 年 前
  Nathalie Furmento bff693c1ae README: Update svn checkout commands 15 年 前
  Nathalie Furmento d4a4848320 libstarpu.pc.in: Partially revert r2189. As StarPU uses for example CUDA in its public interface, it needs to export its CFLAGS and LDFLAGS. 15 年 前
  Cédric Augonnet 3bf9c2f5f6 Provide the CUDA implementation of the codelet in the mpi_like(_async) tests. 15 年 前
  Cédric Augonnet 2c30e80a9a Use the PTHREAD_COND_WAIT macro to check return value. 15 年 前