Historique des commits

Auteur SHA1 Message Date
  Nathalie Furmento 6f23ea2e56 tests/datawizard/lazy_unregister.c: include unistd.h for usleep il y a 13 ans
  Nathalie Furmento eb3e1d79d5 configure.ac: do not display the warning about hwloc not being enabled il y a 13 ans
  Nathalie Furmento 498c47a0dd configure.ac: check the version of simgrid is recent enough, it needs il y a 13 ans
  Cyril Roelandt ca7be692c4 _starpu_driver_wait_request_completion(): check the return value of clReleaseEvent(). il y a 13 ans
  Samuel Thibault feca2bc502 Use probably more canonical URL il y a 13 ans
  Samuel Thibault 4492f76e0b Add --enable-opencl-simulator option to combine PePU with simgrid il y a 13 ans
  Samuel Thibault 4f372d86e4 Fix allocation size il y a 13 ans
  Samuel Thibault c3360e3cd8 Use a macro instead of a typedef for _starpu_pthread_barrier_t: common/barrier.h won't get included to define pthread_barrier_t when the system does not have barriers (e.g. Darwin) since it includes common/utils.h il y a 13 ans
  Samuel Thibault e66027cab1 restore actually-needed _starpu_pthread_spinlock_t types. Do not include barrier. so early, it needs the mutex types il y a 13 ans
  Samuel Thibault 27fd79e4c2 Fix Darwin build: Remove unused pthread_spinlock macros (which are duplicates for our own spin locks), include common_barrier.h for the pthread_barrier_t type il y a 13 ans
  Samuel Thibault 9672a315cf Add temanejo support for task-task dependencies and tag dependencies il y a 13 ans
  Samuel Thibault dee5e3115b Add function names in Temanejo il y a 13 ans
  Samuel Thibault 4cad53e8cd Add single-stepping support for Temanejo il y a 13 ans
  Samuel Thibault fe68b52593 Add basic Temanejo support il y a 13 ans
  Samuel Thibault f60eb1288d Add initial simgrid support il y a 13 ans
  Samuel Thibault 8b42d13fed todo il y a 13 ans
  Samuel Thibault c1972ff122 Fix unused arg warning il y a 13 ans
  Samuel Thibault c647c85a46 use _starpu_pthread types in mpi examples too il y a 13 ans
  Cyril Roelandt 5d5718b046 Variable interface: fix the arguments of starpu_free_buffer_on_node(). il y a 13 ans
  Samuel Thibault 14ee047c13 also use _starpu_pthread types in mpi il y a 13 ans
  Samuel Thibault d4a1fceec0 Use _starpu_pthread_* in tests too il y a 13 ans
  Samuel Thibault 961d06f306 Drop todo il y a 13 ans
  Samuel Thibault ab7c89dbe8 expose starpu_allocate_buffer_on_node and starpu_free_buffer_on_node to application, so application-defined interfaces can use them too il y a 13 ans
  Samuel Thibault 13f47d941a Use _starpu_allocate_buffer_on_node and _starpu_free_buffer_on_node in all interfaces il y a 13 ans
  Samuel Thibault da1ded45cf Add _starpu_free_buffer_on_node, to be used by all interfaces to simplify data release il y a 13 ans
  Nathalie Furmento edc236df55 memory stats: group all functions in new file src/datawizard/memstats.c and rename them to follow pattern starpu_memory_... il y a 13 ans
  Cyril Roelandt bceeb16bae measure_bandwidth_between_host_and_dev_on_cpu_with_opencl(): check the return value of clReleaseMemObject(). il y a 13 ans
  Cyril Roelandt 135fbec9e3 opencl_check_return_values.cocci: clSuccess does not exist, use CL_SUCCESS. il y a 13 ans
  Cyril Roelandt 03d936a505 memory_nodes.c: use _STARPU_PTHREAD_RWLOCK_INIT instead of pthread_rwlock_init(). il y a 13 ans
  Samuel Thibault b7a026b908 Add _starpu_allocate_buffer_on_node, to be used by all interfaces to simplify allocation il y a 13 ans