[Openmp-commits] [PATCH] D108528: [OpenMP][Offloading] Add support for event related interfaces
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 27 16:56:53 PDT 2021
ye-luo added inline comments.
================
Comment at: openmp/libomptarget/src/device.cpp:560
+
+ return OFFLOAD_SUCCESS;
+}
----------------
If there is no event support. Should createEvent being called? if it should not be called, OFFLOAD_FAIL is better. I don't have deep thought on this. What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108528/new/
https://reviews.llvm.org/D108528
More information about the Openmp-commits
mailing list