[PATCH] D14746: Add support for ompt_event_task_dependences and ompt_event_task_dependence_pair
Harald Servat via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 00:22:58 PST 2016
harald.servat updated this revision to Diff 46234.
harald.servat added a comment.
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.
http://reviews.llvm.org/D14746
Files:
runtime/src/include/40/ompt.h.var
runtime/src/include/41/ompt.h.var
runtime/src/kmp_taskdeps.cpp
runtime/src/kmp_tasking.c
runtime/src/ompt-event-specific.h
runtime/src/ompt-internal.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14746.46234.patch
Type: text/x-patch
Size: 14032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160128/75ac0865/attachment.bin>
More information about the llvm-commits
mailing list