[Openmp-commits] [PATCH] D55577: [OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 17 08:39:54 PST 2018
protze.joachim added inline comments.
================
Comment at: runtime/src/include/50/ompt.h.var:182
+typedef uint64_t ompt_wait_id_t;
+static const ompt_wait_id_t omp_wait_id_none = 0;
----------------
hbae wrote:
> Can we `#define` this variable?
Currently this change is implemented in https://reviews.llvm.org/D55579
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55577/new/
https://reviews.llvm.org/D55577
More information about the Openmp-commits
mailing list