-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion.map
More file actions
50 lines (43 loc) · 1.2 KB
/
version.map
File metadata and controls
50 lines (43 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
VERSION {
global:
__kmpc_global_thread_num;
__kmpc_omp_task_alloc;
__kmpc_omp_task_alloc_with_deps;
__kmpc_omp_target_task_alloc;
__kmpc_omp_target_task_alloc_with_deps;
__kmpc_omp_task;
__kmpc_omp_task_with_deps;
__kmpc_omp_taskwait;
__kmpc_fork_call;
__kmpc_for_static_init_4;
__kmpc_for_static_init_8;
__kmpc_for_static_fini;
__kmpc_barrier;
__kmpc_push_num_threads;
__kmpc_single;
__kmpc_end_single;
__kmpc_master;
__kmpc_end_master;
__kmpc_fork_teams;
__kmpc_get_target_offload;
__kmpc_omp_has_task_team;
omp_get_thread_num;
omp_get_num_threads;
omp_get_max_threads;
omp_set_default_device;
omp_get_default_device;
omp_get_num_devices;
omp_get_device_num;
omp_get_initial_device;
omp_is_initial_device;
omp_get_wtime;
xkomp_get;
xkomp_current_task;
xkomp_current_queue;
xkomp_current_command;
xkomp_current_queue_command_list_counter;
xkomp_taskgraph_begin;
xkomp_taskgraph_end;
local:
*;
};