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