libgomp.map 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. OMP_1.0 {
  2. global:
  3. omp_set_num_threads;
  4. omp_get_num_threads;
  5. omp_get_max_threads;
  6. omp_get_thread_num;
  7. omp_get_num_procs;
  8. omp_in_parallel;
  9. omp_set_dynamic;
  10. omp_get_dynamic;
  11. omp_set_nested;
  12. omp_get_nested;
  13. #ifdef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
  14. # If the assembler used lacks the .symver directive or the linker
  15. # doesn't support GNU symbol versioning, we have the same symbol in
  16. # two versions, which Sun ld chokes on.
  17. omp_init_lock;
  18. omp_init_nest_lock;
  19. omp_destroy_lock;
  20. omp_destroy_nest_lock;
  21. omp_set_lock;
  22. omp_set_nest_lock;
  23. omp_unset_lock;
  24. omp_unset_nest_lock;
  25. omp_test_lock;
  26. omp_test_nest_lock;
  27. omp_destroy_lock_;
  28. omp_destroy_nest_lock_;
  29. omp_init_lock_;
  30. omp_init_nest_lock_;
  31. omp_set_lock_;
  32. omp_set_nest_lock_;
  33. omp_test_lock_;
  34. omp_test_nest_lock_;
  35. omp_unset_lock_;
  36. omp_unset_nest_lock_;
  37. #endif
  38. omp_get_dynamic_;
  39. omp_get_max_threads_;
  40. omp_get_nested_;
  41. omp_get_num_procs_;
  42. omp_get_num_threads_;
  43. omp_get_thread_num_;
  44. omp_in_parallel_;
  45. omp_set_dynamic_;
  46. omp_set_dynamic_8_;
  47. omp_set_nested_;
  48. omp_set_nested_8_;
  49. omp_set_num_threads_;
  50. omp_set_num_threads_8_;
  51. local:
  52. *;
  53. };
  54. OMP_2.0 {
  55. global:
  56. omp_get_wtick;
  57. omp_get_wtime;
  58. omp_get_wtick_;
  59. omp_get_wtime_;
  60. } OMP_1.0;
  61. OMP_3.0 {
  62. global:
  63. omp_set_schedule;
  64. omp_set_schedule_;
  65. omp_set_schedule_8_;
  66. omp_get_schedule;
  67. omp_get_schedule_;
  68. omp_get_schedule_8_;
  69. omp_get_thread_limit;
  70. omp_get_thread_limit_;
  71. omp_set_max_active_levels;
  72. omp_set_max_active_levels_;
  73. omp_set_max_active_levels_8_;
  74. omp_get_max_active_levels;
  75. omp_get_max_active_levels_;
  76. omp_get_level;
  77. omp_get_level_;
  78. omp_get_ancestor_thread_num;
  79. omp_get_ancestor_thread_num_;
  80. omp_get_ancestor_thread_num_8_;
  81. omp_get_team_size;
  82. omp_get_team_size_;
  83. omp_get_team_size_8_;
  84. omp_get_active_level;
  85. omp_get_active_level_;
  86. omp_init_lock;
  87. omp_init_nest_lock;
  88. omp_destroy_lock;
  89. omp_destroy_nest_lock;
  90. omp_set_lock;
  91. omp_set_nest_lock;
  92. omp_unset_lock;
  93. omp_unset_nest_lock;
  94. omp_test_lock;
  95. omp_test_nest_lock;
  96. omp_destroy_lock_;
  97. omp_destroy_nest_lock_;
  98. omp_init_lock_;
  99. omp_init_nest_lock_;
  100. omp_set_lock_;
  101. omp_set_nest_lock_;
  102. omp_test_lock_;
  103. omp_test_nest_lock_;
  104. omp_unset_lock_;
  105. omp_unset_nest_lock_;
  106. } OMP_2.0;
  107. OMP_3.1 {
  108. global:
  109. omp_in_final;
  110. omp_in_final_;
  111. } OMP_3.0;
  112. OMP_4.0 {
  113. global:
  114. omp_get_cancellation;
  115. omp_get_cancellation_;
  116. omp_get_proc_bind;
  117. omp_get_proc_bind_;
  118. omp_set_default_device;
  119. omp_set_default_device_;
  120. omp_set_default_device_8_;
  121. omp_get_default_device;
  122. omp_get_default_device_;
  123. omp_get_num_devices;
  124. omp_get_num_devices_;
  125. omp_get_num_teams;
  126. omp_get_num_teams_;
  127. omp_get_team_num;
  128. omp_get_team_num_;
  129. omp_is_initial_device;
  130. omp_is_initial_device_;
  131. } OMP_3.1;
  132. GOMP_1.0 {
  133. global:
  134. GOMP_atomic_end;
  135. GOMP_atomic_start;
  136. GOMP_barrier;
  137. GOMP_critical_end;
  138. GOMP_critical_name_end;
  139. GOMP_critical_name_start;
  140. GOMP_critical_start;
  141. GOMP_loop_dynamic_next;
  142. GOMP_loop_dynamic_start;
  143. GOMP_loop_end;
  144. GOMP_loop_end_nowait;
  145. GOMP_loop_guided_next;
  146. GOMP_loop_guided_start;
  147. GOMP_loop_ordered_dynamic_next;
  148. GOMP_loop_ordered_dynamic_start;
  149. GOMP_loop_ordered_guided_next;
  150. GOMP_loop_ordered_guided_start;
  151. GOMP_loop_ordered_runtime_next;
  152. GOMP_loop_ordered_runtime_start;
  153. GOMP_loop_ordered_static_next;
  154. GOMP_loop_ordered_static_start;
  155. GOMP_loop_runtime_next;
  156. GOMP_loop_runtime_start;
  157. GOMP_loop_static_next;
  158. GOMP_loop_static_start;
  159. GOMP_ordered_end;
  160. GOMP_ordered_start;
  161. GOMP_parallel_end;
  162. GOMP_parallel_loop_dynamic_start;
  163. GOMP_parallel_loop_guided_start;
  164. GOMP_parallel_loop_runtime_start;
  165. GOMP_parallel_loop_static_start;
  166. GOMP_parallel_sections_start;
  167. GOMP_parallel_start;
  168. GOMP_sections_end;
  169. GOMP_sections_end_nowait;
  170. GOMP_sections_next;
  171. GOMP_sections_start;
  172. GOMP_single_copy_end;
  173. GOMP_single_copy_start;
  174. GOMP_single_start;
  175. };
  176. GOMP_2.0 {
  177. global:
  178. GOMP_task;
  179. GOMP_taskwait;
  180. GOMP_loop_ull_dynamic_next;
  181. GOMP_loop_ull_dynamic_start;
  182. GOMP_loop_ull_guided_next;
  183. GOMP_loop_ull_guided_start;
  184. GOMP_loop_ull_ordered_dynamic_next;
  185. GOMP_loop_ull_ordered_dynamic_start;
  186. GOMP_loop_ull_ordered_guided_next;
  187. GOMP_loop_ull_ordered_guided_start;
  188. GOMP_loop_ull_ordered_runtime_next;
  189. GOMP_loop_ull_ordered_runtime_start;
  190. GOMP_loop_ull_ordered_static_next;
  191. GOMP_loop_ull_ordered_static_start;
  192. GOMP_loop_ull_runtime_next;
  193. GOMP_loop_ull_runtime_start;
  194. GOMP_loop_ull_static_next;
  195. GOMP_loop_ull_static_start;
  196. } GOMP_1.0;
  197. GOMP_3.0 {
  198. global:
  199. GOMP_taskyield;
  200. } GOMP_2.0;
  201. GOMP_4.0 {
  202. global:
  203. GOMP_barrier_cancel;
  204. GOMP_cancel;
  205. GOMP_cancellation_point;
  206. GOMP_loop_end_cancel;
  207. GOMP_parallel_loop_dynamic;
  208. GOMP_parallel_loop_guided;
  209. GOMP_parallel_loop_runtime;
  210. GOMP_parallel_loop_static;
  211. GOMP_parallel_sections;
  212. GOMP_parallel;
  213. GOMP_sections_end_cancel;
  214. GOMP_taskgroup_start;
  215. GOMP_taskgroup_end;
  216. GOMP_target;
  217. GOMP_target_data;
  218. GOMP_target_end_data;
  219. GOMP_target_update;
  220. GOMP_teams;
  221. } GOMP_3.0;
  222. GOMP_4.0.1 {
  223. global:
  224. GOMP_offload_register;
  225. GOMP_offload_unregister;
  226. } GOMP_4.0;
  227. OACC_2.0 {
  228. global:
  229. acc_get_num_devices;
  230. acc_get_num_devices_h_;
  231. acc_set_device_type;
  232. acc_set_device_type_h_;
  233. acc_get_device_type;
  234. acc_get_device_type_h_;
  235. acc_set_device_num;
  236. acc_set_device_num_h_;
  237. acc_get_device_num;
  238. acc_get_device_num_h_;
  239. acc_async_test;
  240. acc_async_test_h_;
  241. acc_async_test_all;
  242. acc_async_test_all_h_;
  243. acc_wait;
  244. acc_wait_h_;
  245. acc_wait_async;
  246. acc_wait_async_h_;
  247. acc_wait_all;
  248. acc_wait_all_h_;
  249. acc_wait_all_async;
  250. acc_wait_all_async_h_;
  251. acc_init;
  252. acc_init_h_;
  253. acc_shutdown;
  254. acc_shutdown_h_;
  255. acc_on_device;
  256. acc_on_device_h_;
  257. acc_malloc;
  258. acc_free;
  259. acc_copyin;
  260. acc_copyin_32_h_;
  261. acc_copyin_64_h_;
  262. acc_copyin_array_h_;
  263. acc_present_or_copyin;
  264. acc_present_or_copyin_32_h_;
  265. acc_present_or_copyin_64_h_;
  266. acc_present_or_copyin_array_h_;
  267. acc_create;
  268. acc_create_32_h_;
  269. acc_create_64_h_;
  270. acc_create_array_h_;
  271. acc_present_or_create;
  272. acc_present_or_create_32_h_;
  273. acc_present_or_create_64_h_;
  274. acc_present_or_create_array_h_;
  275. acc_copyout;
  276. acc_copyout_32_h_;
  277. acc_copyout_64_h_;
  278. acc_copyout_array_h_;
  279. acc_delete;
  280. acc_delete_32_h_;
  281. acc_delete_64_h_;
  282. acc_delete_array_h_;
  283. acc_update_device;
  284. acc_update_device_32_h_;
  285. acc_update_device_64_h_;
  286. acc_update_device_array_h_;
  287. acc_update_self;
  288. acc_update_self_32_h_;
  289. acc_update_self_64_h_;
  290. acc_update_self_array_h_;
  291. acc_map_data;
  292. acc_unmap_data;
  293. acc_deviceptr;
  294. acc_hostptr;
  295. acc_is_present;
  296. acc_is_present_32_h_;
  297. acc_is_present_64_h_;
  298. acc_is_present_array_h_;
  299. acc_memcpy_to_device;
  300. acc_memcpy_from_device;
  301. acc_get_current_cuda_device;
  302. acc_get_current_cuda_context;
  303. acc_get_cuda_stream;
  304. acc_set_cuda_stream;
  305. };
  306. GOACC_2.0 {
  307. global:
  308. GOACC_data_end;
  309. GOACC_data_start;
  310. GOACC_enter_exit_data;
  311. GOACC_parallel;
  312. GOACC_update;
  313. GOACC_wait;
  314. GOACC_get_thread_num;
  315. GOACC_get_num_threads;
  316. };
  317. GOMP_PLUGIN_1.0 {
  318. global:
  319. GOMP_PLUGIN_malloc;
  320. GOMP_PLUGIN_malloc_cleared;
  321. GOMP_PLUGIN_realloc;
  322. GOMP_PLUGIN_debug;
  323. GOMP_PLUGIN_error;
  324. GOMP_PLUGIN_fatal;
  325. GOMP_PLUGIN_async_unmap_vars;
  326. GOMP_PLUGIN_acc_thread;
  327. };