[all-commits] [llvm/llvm-project] 7e23b4: [OpenMP] Possible fix for sporadic test failure fr...

Hansang Bae via All-commits all-commits at lists.llvm.org
Tue May 3 12:47:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e23b46ab8da7ccd038a0987e947e4bec5ce2d4b
      https://github.com/llvm/llvm-project/commit/7e23b46ab8da7ccd038a0987e947e4bec5ce2d4b
  Author: Hansang Bae <hansang.bae at intel.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M openmp/runtime/test/ompt/worksharing/for/loop_dispatch.c

  Log Message:
  -----------
  [OpenMP] Possible fix for sporadic test failure from loop_dispatch.c

This patch tries to fix sporadic test failure after the change
https://reviews.llvm.org/D122107.
Made the test wait until every thread has at least one loop iteration.

Differential Revision: https://reviews.llvm.org/D124812




More information about the All-commits mailing list