[Openmp-commits] [PATCH] D123193: [OpenMP] libomp: Add missing ompt callbacks in hier barrier reduction

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 6 04:52:08 PDT 2022


protze.joachim added a comment.

I agree, the expected output does not fit the general case of reductions.
As a workaround, I would change the check prefix for reduction 2-n from `CHECK` to `MULTIPLE` and add `--check-prefixes CHECK,MULTIPLE` for the RUN-lines, where multiple pairs of reduction callbacks are expected. So the default would be "at least one" pair of callbacks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123193



More information about the Openmp-commits mailing list