mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
OpenMP: Add interop routines to omp_runtime_api_procname
gcc/ * omp-general.cc (omp_runtime_api_procname): Add omp_get_interop_{int,name,ptr,rc_desc,str,type_desc} and omp_get_num_interop_properties.
This commit is contained in:
parent
4e9265a474
commit
6291f25631
@ -3260,7 +3260,10 @@ omp_runtime_api_procname (const char *name)
|
||||
"alloc",
|
||||
"calloc",
|
||||
"free",
|
||||
"get_interop_int",
|
||||
"get_interop_ptr",
|
||||
"get_mapped_ptr",
|
||||
"get_num_interop_properties",
|
||||
"realloc",
|
||||
"target_alloc",
|
||||
"target_associate_ptr",
|
||||
@ -3289,6 +3292,10 @@ omp_runtime_api_procname (const char *name)
|
||||
"get_device_num",
|
||||
"get_dynamic",
|
||||
"get_initial_device",
|
||||
"get_interop_name",
|
||||
"get_interop_rc_desc",
|
||||
"get_interop_str",
|
||||
"get_interop_type_desc",
|
||||
"get_level",
|
||||
"get_max_active_levels",
|
||||
"get_max_task_priority",
|
||||
|
Loading…
Reference in New Issue
Block a user