[Openmp-commits] [PATCH] D112205: [OpenMP][OMPT][GOMP] task frame support in KMP_API_NAME_GOMP_PARALLEL_SECTIONS
Vladimir Inđić via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 21 14:53:43 PDT 2021
vladaindjic marked 2 inline comments as done.
vladaindjic added a comment.
@jlpeyton Thank you a lot for the review. Could you please land this patch for me?
================
Comment at: openmp/runtime/test/ompt/worksharing/taskinfo/sections_serialized.c:31
+
+void spin_wait() {
+ while (wait == 0);
----------------
jlpeyton wrote:
> Use `#include "ompt-signal.h" and the wait and signal functions inside that header.
This is some old code, which I'll remove. It is not necessary for the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112205/new/
https://reviews.llvm.org/D112205
More information about the Openmp-commits
mailing list