[Openmp-commits] [PATCH] D60223: [OpenMP][libomptarget] Enable requires flags for target libraries. Support for target link variables when unified memory is enabled
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 16 11:03:05 PDT 2019
ABataev added inline comments.
================
Comment at: libomptarget/include/omptargetplugin.h:35
+// Initialize the requires flags for the device.
+void __tgt_rtl_init_requires(int64_t RequiresFlags);
+
----------------
Maybe it is better to make it target-independent rather than do this only for NVPTX target?
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60223/new/
https://reviews.llvm.org/D60223
More information about the Openmp-commits
mailing list