[Openmp-commits] [PATCH] D73850: [OpenMP][OMPT] fix reduction test for 32-bit x86

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Feb 2 10:53:09 PST 2020


Hahnfeld added a comment.

@protze.joachim for 64 bit, we still need at least 5 threads IIRC



================
Comment at: openmp/runtime/test/ompt/synchronization/reduction/tree_reduce.c:1-2
 // RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
+// RUN: %libomp-compile -DNOWAIT && %libomp-run | FileCheck %s
 // REQUIRES: ompt
----------------
Do we need `%sort-threads`? It would be good to have either have both sorted, or none.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73850





More information about the Openmp-commits mailing list