[Openmp-commits] [PATCH] D60884: [OpenMP][libomptarget] Enable usage of unified memory for declare target link variables
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 31 15:00:17 PDT 2019
grokos added inline comments.
================
Comment at: libomptarget/plugins/exports:5
__tgt_rtl_number_of_devices;
+ __tgt_rtl_init_requires;
__tgt_rtl_init_device;
----------------
One last question because I'm not very familiar with exporting symbols. If a plugin does not implement `__tgt_rtl_init_requires` (as is the case with generic-elf-64), will there be any problem with exporting the symbol?
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60884/new/
https://reviews.llvm.org/D60884
More information about the Openmp-commits
mailing list