[Openmp-commits] [PATCH] D40801: [libomptarget] Split implementation of interface functions

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 6 12:37:04 PST 2017


grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: libomptarget/src/omptarget.cpp:153
 // executed and global data has been mapped; do so if not already done.
-static int CheckDevice(int32_t device_id) {
+int CheckDeviceAndCtors(int64_t device_id) {
   // Is device ready?
----------------
Thanks for catching this!


https://reviews.llvm.org/D40801





More information about the Openmp-commits mailing list