comparison libgomp/libgomp.map @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
384 acc_async_wait_all; 384 acc_async_wait_all;
385 acc_pcopyin; 385 acc_pcopyin;
386 acc_pcreate; 386 acc_pcreate;
387 } OACC_2.0; 387 } OACC_2.0;
388 388
389 OACC_2.5 {
390 global:
391 acc_copyout_finalize;
392 acc_copyout_finalize_32_h_;
393 acc_copyout_finalize_64_h_;
394 acc_copyout_finalize_array_h_;
395 acc_delete_finalize;
396 acc_delete_finalize_32_h_;
397 acc_delete_finalize_64_h_;
398 acc_delete_finalize_array_h_;
399 } OACC_2.0.1;
400
389 GOACC_2.0 { 401 GOACC_2.0 {
390 global: 402 global:
391 GOACC_data_end; 403 GOACC_data_end;
392 GOACC_data_start; 404 GOACC_data_start;
393 GOACC_enter_exit_data; 405 GOACC_enter_exit_data;
418 430
419 GOMP_PLUGIN_1.1 { 431 GOMP_PLUGIN_1.1 {
420 global: 432 global:
421 GOMP_PLUGIN_target_task_completion; 433 GOMP_PLUGIN_target_task_completion;
422 } GOMP_PLUGIN_1.0; 434 } GOMP_PLUGIN_1.0;
435
436 GOMP_PLUGIN_1.2 {
437 global:
438 GOMP_PLUGIN_acc_default_dim;
439 } GOMP_PLUGIN_1.1;