]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/libgomp.map
2019-06-13 Steven G. Kargl <kargl@gcc.gnu.org>
[thirdparty/gcc.git] / libgomp / libgomp.map
index f9044ae273b0f1cf4010253759a1491fc4dba2fe..c79430f8d8d139b7a9a4e40bc4f6f2f1749d1cf4 100644 (file)
@@ -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;
@@ -386,6 +430,60 @@ OACC_2.0.1 {
        acc_pcreate;
 } OACC_2.0;
 
+OACC_2.5 {
+  global:
+       acc_copyin_async;
+       acc_copyin_async_32_h_;
+       acc_copyin_async_64_h_;
+       acc_copyin_async_array_h_;
+       acc_copyout_async;
+       acc_copyout_async_32_h_;
+       acc_copyout_async_64_h_;
+       acc_copyout_async_array_h_;
+       acc_copyout_finalize;
+       acc_copyout_finalize_32_h_;
+       acc_copyout_finalize_64_h_;
+       acc_copyout_finalize_array_h_;
+       acc_copyout_finalize_async;
+       acc_copyout_finalize_async_32_h_;
+       acc_copyout_finalize_async_64_h_;
+       acc_copyout_finalize_async_array_h_;
+       acc_create_async;
+       acc_create_async_32_h_;
+       acc_create_async_64_h_;
+       acc_create_async_array_h_;
+       acc_delete_async;
+       acc_delete_async_32_h_;
+       acc_delete_async_64_h_;
+       acc_delete_async_array_h_;
+       acc_delete_finalize;
+       acc_delete_finalize_32_h_;
+       acc_delete_finalize_64_h_;
+       acc_delete_finalize_array_h_;
+       acc_delete_finalize_async;
+       acc_delete_finalize_async_32_h_;
+       acc_delete_finalize_async_64_h_;
+       acc_delete_finalize_async_array_h_;
+       acc_memcpy_from_device_async;
+       acc_memcpy_to_device_async;
+       acc_update_device_async;
+       acc_update_device_async_32_h_;
+       acc_update_device_async_64_h_;
+       acc_update_device_async_array_h_;
+       acc_update_self_async;
+       acc_update_self_async_32_h_;
+       acc_update_self_async_64_h_;
+       acc_update_self_async_array_h_;
+} OACC_2.0.1;
+
+OACC_2.5.1 {
+  global:
+       acc_prof_lookup;
+       acc_prof_register;
+       acc_prof_unregister;
+       acc_register_library;
+} OACC_2.5;
+
 GOACC_2.0 {
   global:
        GOACC_data_end;
@@ -420,3 +518,14 @@ GOMP_PLUGIN_1.1 {
   global:
        GOMP_PLUGIN_target_task_completion;
 } GOMP_PLUGIN_1.0;
+
+GOMP_PLUGIN_1.2 {
+  global:
+       GOMP_PLUGIN_acc_default_dim;
+} GOMP_PLUGIN_1.1;
+
+GOMP_PLUGIN_1.3 {
+  global:
+       GOMP_PLUGIN_goacc_profiling_dispatch;
+       GOMP_PLUGIN_goacc_thread;
+} GOMP_PLUGIN_1.2;