Historique des commits

Auteur SHA1 Message Date
  Olivier Aumage eb0e1efbb3 - add support for OpenMP task priorities il y a 10 ans
  Samuel Pitoiset b9158b2fbd openmp: expose a global arbiter il y a 10 ans
  Nathalie Furmento e3b44209ed update copyright il y a 10 ans
  Nathalie Furmento 8a7cc9b5a5 include/starpu_openmp.h: fix typesetting il y a 10 ans
  Nathalie Furmento 861acbb2bf include: doc: fix typesetting il y a 10 ans
  Olivier Aumage 2109141a9c As a follow-up to r13691, the offset semantics of StarPU's data handles il y a 10 ans
  Olivier Aumage e577005007 - use more consistent naming il y a 10 ans
  Olivier Aumage a3ae68ca2c - missing NOTHROWs il y a 10 ans
  Olivier Aumage 349ee9a0ab - add begin/end API for taskgroups il y a 10 ans
  Olivier Aumage dee166f9f9 - provide a fallback implementation for omp atomic il y a 11 ans
  Olivier Aumage ec1acc1c6a - add api for selecting the number of threads participating to a parallel section il y a 11 ans
  Olivier Aumage 6ab9cdb01a - add support for single with copyprivate clause il y a 11 ans
  Olivier Aumage 571e00557c - update api for combined sections il y a 11 ans
  Olivier Aumage 2c4892dcbe - implement omp simple locks and nested locks il y a 11 ans
  Olivier Aumage 001a552330 - implementation of omp's API functions (on-going work) il y a 11 ans
  Olivier Aumage 7c4f77ded6 - suppress typedefs il y a 11 ans
  Olivier Aumage 5b98f34986 - modify implementation of omp for/ordered to hide loop counter il y a 11 ans
  Olivier Aumage 24ad3f06bb - add support for multiple sections combined in a single function il y a 11 ans
  Olivier Aumage 576ccca422 - modify omp_parallel_region/omp_task_region API to accept a single struct argument il y a 11 ans
  Olivier Aumage d5a4860212 - add if_clause for omp parallel region il y a 11 ans
  Olivier Aumage f2176579d7 - add cl_arg_free to omp_parallel_region/omp_task_region il y a 11 ans
  Olivier Aumage 580b168a39 - add support for omp sections (wait|nowait) il y a 11 ans
  Olivier Aumage 70d0f510f8 - add outline version of alternate omp for il y a 11 ans
  Olivier Aumage b3315174c6 - change 'omp for' iteration space to 'unsigned long long' il y a 11 ans
  Olivier Aumage ed5fcef62d - add support for ordered sections in omp for il y a 11 ans
  Olivier Aumage 00bc8739c4 - add inline version of omp for il y a 11 ans
  Olivier Aumage bc07b090cb - add 'inline' variants for omp master/omp single/omp critical il y a 11 ans
  Olivier Aumage 88254f7eeb - optimize omp for to execute contiguous chunks of iterations in a single user function call il y a 11 ans
  Olivier Aumage e4d10c0e75 - preliminary implementation of omp for, support for schedule 'static', schedule 'dynamic' with or without chunk il y a 11 ans
  Olivier Aumage 144cddb1c2 - fix omp master: in contrast to omp single, omp master does not have an implied barrier nor a nowait option il y a 11 ans