diff options
Diffstat (limited to 'libgomp/libgomp.map')
-rw-r--r-- | libgomp/libgomp.map | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/libgomp/libgomp.map b/libgomp/libgomp.map index e3f0c64..d8e2fd1 100644 --- a/libgomp/libgomp.map +++ b/libgomp/libgomp.map @@ -164,6 +164,22 @@ OMP_4.5 { omp_target_disassociate_ptr; } OMP_4.0; +OMP_5.0 { + global: + omp_capture_affinity; + omp_capture_affinity_; + omp_display_affinity; + omp_display_affinity_; + omp_get_affinity_format; + omp_get_affinity_format_; + omp_set_affinity_format; + omp_set_affinity_format_; + omp_pause_resource; + omp_pause_resource_; + omp_pause_resource_all; + omp_pause_resource_all_; +} OMP_4.5; + GOMP_1.0 { global: GOMP_atomic_end; @@ -298,6 +314,34 @@ GOMP_4.5 { GOMP_parallel_loop_nonmonotonic_guided; } GOMP_4.0.1; +GOMP_5.0 { + global: + GOMP_loop_doacross_start; + GOMP_loop_maybe_nonmonotonic_runtime_next; + GOMP_loop_maybe_nonmonotonic_runtime_start; + GOMP_loop_nonmonotonic_runtime_next; + GOMP_loop_nonmonotonic_runtime_start; + GOMP_loop_ordered_start; + GOMP_loop_start; + GOMP_loop_ull_doacross_start; + GOMP_loop_ull_maybe_nonmonotonic_runtime_next; + GOMP_loop_ull_maybe_nonmonotonic_runtime_start; + GOMP_loop_ull_nonmonotonic_runtime_next; + GOMP_loop_ull_nonmonotonic_runtime_start; + GOMP_loop_ull_ordered_start; + GOMP_loop_ull_start; + GOMP_parallel_loop_maybe_nonmonotonic_runtime; + GOMP_parallel_loop_nonmonotonic_runtime; + GOMP_parallel_reductions; + GOMP_sections2_start; + GOMP_taskgroup_reduction_register; + GOMP_taskgroup_reduction_unregister; + GOMP_task_reduction_remap; + GOMP_taskwait_depend; + GOMP_teams_reg; + GOMP_workshare_task_reduction_unregister; +} GOMP_4.5; + OACC_2.0 { global: acc_get_num_devices; |