[PATCH] D14746: Add support for ompt_event_task_dependences and ompt_event_task_dependence_pair

Jonas Hahnfeld via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 01:01:59 PST 2016


Hahnfeld accepted this revision.
Hahnfeld added a reviewer: Hahnfeld.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

LGTM. Shall I commit for you?

In http://reviews.llvm.org/D14746#338148, @harald.servat wrote:

> I have addressed Jonas Hahnfeld by guarding the code with OMP_40_ENABLED.
>
> My only concern is regarding runtime/src/ompt-event-specific.h. In that file, I have added the guard but I also provided the #else condition to mark that these events cannot be provided if OMP40 is not enabled.


Good idea, this makes it explicitely clear that this is not implemented for versions prior to 4.0 (although the defines will probably never be used in this case...)


http://reviews.llvm.org/D14746





More information about the llvm-commits mailing list