Olivier Aumage
|
6ab9cdb01a
- add support for single with copyprivate clause
|
11 years ago |
Olivier Aumage
|
2c4892dcbe
- implement omp simple locks and nested locks
|
11 years ago |
Olivier Aumage
|
0fb6249b1c
- add testcase for omp api default return values
|
11 years ago |
Olivier Aumage
|
3c50f4fc6f
- add support for omp region/omp task context aware data_lookup
|
11 years ago |
Olivier Aumage
|
24ad3f06bb
- add support for multiple sections combined in a single function
|
11 years ago |
Olivier Aumage
|
580b168a39
- add support for omp sections (wait|nowait)
|
11 years ago |
Olivier Aumage
|
41504da867
- merge trunk
|
11 years ago |
Samuel Thibault
|
f255d2c95a
port r12703 from 1.1: Allow data to be uninitialized but the application provide an init_cl to initialize it
|
11 years ago |
Olivier Aumage
|
ed5fcef62d
- add support for ordered sections in omp for
|
11 years ago |
Olivier Aumage
|
bc07b090cb
- add 'inline' variants for omp master/omp single/omp critical
|
11 years ago |
Olivier Aumage
|
88254f7eeb
- optimize omp for to execute contiguous chunks of iterations in a single user function call
|
11 years ago |
Olivier Aumage
|
e4d10c0e75
- preliminary implementation of omp for, support for schedule 'static', schedule 'dynamic' with or without chunk
|
11 years ago |
Olivier Aumage
|
144cddb1c2
- fix omp master: in contrast to omp single, omp master does not have an implied barrier nor a nowait option
|
11 years ago |
Olivier Aumage
|
7fe846af9b
- add support for omp taskgroup
|
11 years ago |
Olivier Aumage
|
69335c0c20
- add support for omp taskwait
|
11 years ago |
Olivier Aumage
|
58e206fd4f
- add test case for tasks
|
11 years ago |
Olivier Aumage
|
9b64273b52
- add check for named omp critical
|
11 years ago |
Olivier Aumage
|
1dcec33ad2
- add support of anonymous omp critical
|
11 years ago |
Olivier Aumage
|
35b2853b78
- add tests for omp barrier, omp master, omp single
|
11 years ago |
Olivier Aumage
|
d52abb5dcb
- add a test for two nested parallel sections
|
11 years ago |
Olivier Aumage
|
0e32cdb464
- add test for level 1 parallel region
|
11 years ago |
Olivier Aumage
|
c67baef29e
- additional test case to check StarPU omp support initialization/finalization inside the process constructor/destructor
|
11 years ago |
Olivier Aumage
|
7acc0949a7
- merge trunk
|
11 years ago |
Samuel Thibault
|
092f322b1c
Add CUDA concurrent kernel execution support through the STARPU_NWORKER_PER_CUDA environment variable.
|
11 years ago |
Olivier Aumage
|
2a38b1c99d
- add test for OpenMP environment parsing
|
11 years ago |
Olivier Aumage
|
b661cb806b
- basic test for the openmp runtime support
|
11 years ago |
Samuel Thibault
|
09974968a8
Let the application provide the task footprint itself
|
11 years ago |
Nathalie Furmento
|
d424548bc2
clean file starpu_idle_microsec.log on make distclean
|
11 years ago |
Samuel Thibault
|
fedd296373
* New codelet specific_nodes field to specify explicit target nodes for data.
|
11 years ago |
Samuel Thibault
|
353d5502b5
Patch from Benoît Lizé: Add pause/resume functions
|
11 years ago |