Commit Verlauf

Autor SHA1 Nachricht Datum
  Cédric Augonnet e561dd511a We now assume that the header lock is already taken when calling vor 16 Jahren
  Cédric Augonnet eb5c03ad79 BUG FIX: when a data dependency is unlocked, we have to update the current mode vor 16 Jahren
  Cédric Augonnet 485ce7b82f cudaMemset only fills one byte at a time, so we use a char array instead of an vor 16 Jahren
  Cédric Augonnet 20420637e6 starpu_wait_all_tasks and starpu_wait_task are blocking too. vor 16 Jahren
  Cédric Augonnet 6f21718f48 The helper functions to allocate/liberate pinned memory use tasks internally, vor 16 Jahren
  Cédric Augonnet 5284a61274 When a data request needs to actually perform a data transfer from a source, we vor 16 Jahren
  Cédric Augonnet 499cbfed6a Also check that we don't synchronize with a tag while blocking is prohibited. vor 16 Jahren
  Cédric Augonnet 02119279fc We now check whether the following blocking calls are called from a callback or vor 16 Jahren
  Cédric Augonnet a9394e1af3 Keep the status of each worker so that we can detect whether a blocking call is vor 16 Jahren
  Cédric Augonnet 4ac2e92f42 Add another classical synchronization problem to stress data management. vor 16 Jahren
  Cédric Augonnet 152b6a7329 Add a the classical dining philosopher example: we have to explicitely order vor 16 Jahren
  Cédric Augonnet 9e1bd3857d Make it possible to select the maximum number of buffers per task at configure vor 16 Jahren
  Cédric Augonnet da38bcd033 Implement async data transfers for the "block" data interface. vor 16 Jahren
  Cédric Augonnet d3cfd654a8 Cleanup FxT tool, there is no svg output anymore (Vite is much better in every vor 16 Jahren
  Cédric Augonnet d8132d45cf Make it possible to select the colour of the tasks in the DOT output depending vor 16 Jahren
  Cédric Augonnet 82828a010d On some systems (eg. MacOS), it's just not possible to bind threads at all, so vor 16 Jahren
  Cédric Augonnet 98540ae1f7 don't compile CUDA functions if CUDA is not available vor 16 Jahren
  Cédric Augonnet 5c984e9279 make sure that FFTW is available for the starpufft lib vor 16 Jahren
  Cédric Augonnet 1773849014 Properly handle the case of write-only buffers when prefetching (in this case, vor 16 Jahren
  Cédric Augonnet 277365f5c4 if a piece of data is accessed in a write only mode, there is no transfer vor 16 Jahren
  Cédric Augonnet 272db710fc We now store what is the mask associated to each worker, so that we can test if vor 16 Jahren
  Cédric Augonnet dc04c50247 Make the test more ""challenging"" (test the case where only a subset of the vor 16 Jahren
  Cédric Augonnet 2e5a4054ec cleanup tests vor 16 Jahren
  Cédric Augonnet e3defda082 Properly handle the case of 'write-only' buffers: there is no need for having a vor 16 Jahren
  Cédric Augonnet 4ac9f355f0 In case we have multiple processes using StarPU (eg. with MPI), we need to vor 16 Jahren
  Cédric Augonnet e3ca8477e7 C++ (and therefore nvcc) requires that we don't use anonymous enum types. vor 16 Jahren
  Cédric Augonnet 86f0556a11 - Add the starpu_execute_on_each_worker function. This function makes it vor 16 Jahren
  Cédric Augonnet 7c31645307 The examples should not assume that StarPU was installed, we directly use the vor 16 Jahren
  Cédric Augonnet f33fc377f9 Get rid of the starpu-async branch where all recent changes have been made. vor 16 Jahren
  Cédric Augonnet 18cac2a36a Fix starpu_sync_data_with_mem by properly releasing the data once it has been vor 16 Jahren