[Openmp-commits] [PATCH] D122107: [OpenMP] Add support for ompt_callback_dispatch

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 4 08:45:32 PDT 2022


AndreyChurbanov added inline comments.


================
Comment at: openmp/runtime/test/ompt/teams/distribute_dispatch.c:2
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
+#include "callback.h"
+
----------------
Missing 
```
// REQUIRES: ompt
```



================
Comment at: openmp/runtime/test/ompt/worksharing/for/loop_dispatch.c:2
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
+// XFAIL: gcc
+// GCC doesn't call runtime for static schedule
----------------
Missing 
```
// REQUIRES: ompt
```



================
Comment at: openmp/runtime/test/ompt/worksharing/sections_dispatch.c:2
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
+// UNSUPPORTED: intel-15.0, intel-16.0, intel-17.0, intel-18.0
+// GCC generates code that does not distinguish between sections and loops
----------------
Missing 
```
// REQUIRES: ompt
```



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122107/new/

https://reviews.llvm.org/D122107



More information about the Openmp-commits mailing list