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
|
2b3beb3809
- move task stack alloc/free into to the task stub function
|
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
|
7ba19ce15d
- implement 'guided' schedule 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
|
23b36f6bd5
- fix omp task implementation
|
11 年之前 |
Olivier Aumage
|
58e206fd4f
- add test case for tasks
|
11 年之前 |
Olivier Aumage
|
7280af2f1a
- rework omp task implementation
|
11 年之前 |
Olivier Aumage
|
e6e8498d0f
- ongoing work on omp task implementation
|
11 年之前 |
Olivier Aumage
|
9b64273b52
- add check for named omp critical
|
11 年之前 |
Olivier Aumage
|
1dcec33ad2
- add support of anonymous omp critical
|
11 年之前 |
Olivier Aumage
|
b908eaae3e
- use a more generic interface for additional continuation features
|
11 年之前 |
Olivier Aumage
|
4383f09ef9
- add support for omp barrier, omp master [wait|nowait], omp single [wait|nowait]
|
11 年之前 |
Olivier Aumage
|
d52abb5dcb
- add a test for two nested parallel sections
|
11 年之前 |
Olivier Aumage
|
0e32cdb464
- add test for level 1 parallel region
|
11 年之前 |
Olivier Aumage
|
e41dda4d04
- OMP support ongoing work
|
11 年之前 |
Olivier Aumage
|
b892c5e00e
- prepare job structure for preemption support
|
11 年之前 |
Olivier Aumage
|
2366f335f5
- add various clean-up codes
|
11 年之前 |
Olivier Aumage
|
3a6e11b994
- handle initial nested region completion
|
11 年之前 |
Olivier Aumage
|
0bb92b846b
- more ongoing work on the omp runtime support
|
11 年之前 |