Historia zmian

Autor SHA1 Wiadomość Data
  Cédric Augonnet 5c984e9279 make sure that FFTW is available for the starpufft lib 16 lat temu
  Cédric Augonnet 1773849014 Properly handle the case of write-only buffers when prefetching (in this case, 16 lat temu
  Cédric Augonnet 277365f5c4 if a piece of data is accessed in a write only mode, there is no transfer 16 lat temu
  Cédric Augonnet 272db710fc We now store what is the mask associated to each worker, so that we can test if 16 lat temu
  Cédric Augonnet dc04c50247 Make the test more ""challenging"" (test the case where only a subset of the 16 lat temu
  Cédric Augonnet 2e5a4054ec cleanup tests 16 lat temu
  Cédric Augonnet e3defda082 Properly handle the case of 'write-only' buffers: there is no need for having a 16 lat temu
  Cédric Augonnet 4ac9f355f0 In case we have multiple processes using StarPU (eg. with MPI), we need to 16 lat temu
  Cédric Augonnet e3ca8477e7 C++ (and therefore nvcc) requires that we don't use anonymous enum types. 16 lat temu
  Cédric Augonnet 86f0556a11 - Add the starpu_execute_on_each_worker function. This function makes it 16 lat temu
  Cédric Augonnet 7c31645307 The examples should not assume that StarPU was installed, we directly use the 16 lat temu
  Cédric Augonnet f33fc377f9 Get rid of the starpu-async branch where all recent changes have been made. 16 lat temu
  Cédric Augonnet 18cac2a36a Fix starpu_sync_data_with_mem by properly releasing the data once it has been 17 lat temu
  Cédric Augonnet 62979fee84 add a sanity check that currently fails ... :/ 17 lat temu
  Cédric Augonnet 97c3bc1a57 we now assume that _fetch_data is called with the header_lock taken so that we 17 lat temu
  Cédric Augonnet adce7323af properly update the state of the data even when it's just to invalidate a 17 lat temu
  Cédric Augonnet d28f2fc606 yet another patch to cleanup _fetch_data 17 lat temu
  Cédric Augonnet 326d62a34f get rid of the useless allocate_per_node_buffer function 17 lat temu
  Cédric Augonnet b110f4e08a - add some sanity checks 17 lat temu
  Cédric Augonnet 056e59082a Factorize the data transfer code, it should be a little easier to define a new 17 lat temu
  Cédric Augonnet 5eb8e90d22 Get ready for StarPU 0.2 ... 17 lat temu
  Cédric Augonnet c41968e0c0 minor fix: remove a useless header 17 lat temu
  Cédric Augonnet 407c0fa3dc some systems don't have memalign 17 lat temu
  Cédric Augonnet b11e0c4f06 detect if malloc.h exists so that we can use memalign on various systems. 17 lat temu
  Cédric Augonnet 3d558ebc67 fix the use of condition variable in the lu decomposition example 17 lat temu
  Cédric Augonnet 0ec44661a2 use condition variable instead of semaphores in the LU decomposition example 17 lat temu
  Cédric Augonnet 51d00b2d26 Protect data header with a starpu_spinlock_t instead of a pthread_spinlock_t. 17 lat temu
  Samuel Thibault 7a566f4749 fix memory coherency of spin_unlock: else loads/stores to memory may be done after the release 17 lat temu
  Cédric Augonnet 0536b51fa0 protect the tag structure with a starpu_spinlock_t 17 lat temu
  Cédric Augonnet 0158d5ace9 make sure the new spinlock implementation is compiled 17 lat temu