Displaying 4 results from an estimated 4 matches for "omp_end_parallel".
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...shown in Table 1.
>
> Table 1. OpenMP Directives
>
> Type of directive #pragma omp ... | MDString in metadata
> ------------------------------------------------------------
> parallel | OMP_PARALLEL
> | OMP_END_PARALLEL
> ------------------------------------------------------------
> [parallel] for | OMP_[PARALLEL_]LOOP
> | OMP_END_[PARALLEL_]LOOP
> ------------------------------------------------------------
> [parallel] sections...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...irectives and their identifiers is shown in Table 1.
Table 1. OpenMP Directives
Type of directive #pragma omp ... | MDString in metadata
------------------------------------------------------------
parallel | OMP_PARALLEL
| OMP_END_PARALLEL
------------------------------------------------------------
[parallel] for | OMP_[PARALLEL_]LOOP
| OMP_END_[PARALLEL_]LOOP
------------------------------------------------------------
[parallel] sections | OMP_[PARAL...
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...shown in Table 1.
>
> Table 1. OpenMP Directives
>
> Type of directive #pragma omp ... | MDString in metadata
> ------------------------------------------------------------
> parallel | OMP_PARALLEL
> | OMP_END_PARALLEL
> ------------------------------------------------------------
> [parallel] for | OMP_[PARALLEL_]LOOP
> | OMP_END_[PARALLEL_]LOOP
> ------------------------------------------------------------
> [parallel] sections...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...shown in Table 1.
>
> Table 1. OpenMP Directives
>
> Type of directive #pragma omp ... | MDString in metadata
> ------------------------------------------------------------
> parallel | OMP_PARALLEL
> | OMP_END_PARALLEL
> ------------------------------------------------------------
> [parallel] for | OMP_[PARALLEL_]LOOP
> | OMP_END_[PARALLEL_]LOOP
> ------------------------------------------------------------
> [parallel] sections...