Summary: This patch enables the usage of a host variable on the device for declare target link variables when unified memory is available. Reviewers: ABataev, caomhin, grokos Reviewed By: grokos Subscribers: Hahnfeld, guansong, jdoerfert, openmp-commits Tags: #openmp Differential Revision: https://reviews.llvm.org/D60884 llvm-svn: 362505
17 lines
366 B
Plaintext
17 lines
366 B
Plaintext
VERS1.0 {
|
|
global:
|
|
__tgt_rtl_is_valid_binary;
|
|
__tgt_rtl_number_of_devices;
|
|
__tgt_rtl_init_requires;
|
|
__tgt_rtl_init_device;
|
|
__tgt_rtl_load_binary;
|
|
__tgt_rtl_data_alloc;
|
|
__tgt_rtl_data_submit;
|
|
__tgt_rtl_data_retrieve;
|
|
__tgt_rtl_data_delete;
|
|
__tgt_rtl_run_target_team_region;
|
|
__tgt_rtl_run_target_region;
|
|
local:
|
|
*;
|
|
};
|