[Openmp-commits] [PATCH] D109017: [OpenMP][libomptarget] Add event query plugin API

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 31 12:58:31 PDT 2021


ye-luo added inline comments.


================
Comment at: openmp/libomptarget/include/omptarget.h:179
 
+enum TargetEventStatusTy : int32_t {
+  TARGET_EVENT_COMPLETED = 0,
----------------
I'm not sure about the naming convention for this enum type name.
Also if this is the right location to add this enum.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109017/new/

https://reviews.llvm.org/D109017



More information about the Openmp-commits mailing list