[all-commits] [llvm/llvm-project] 092a5b: [OpenMP][Offloading] Fix test case issues in bug49...

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Feb 17 07:23:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 092a5bb72ba8cc5a6cec02cfe61f70130a2c1282
      https://github.com/llvm/llvm-project/commit/092a5bb72ba8cc5a6cec02cfe61f70130a2c1282
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-02-17 (Thu, 17 Feb 2022)

  Changed paths:
    M openmp/libomptarget/test/offloading/bug49334.cpp

  Log Message:
  -----------
  [OpenMP][Offloading] Fix test case issues in bug49334.cpp

`bug49334.cpp` has one issue that causes flaky result reported in #53730.
The root cause is `BlockedC` is never initialized but in `BlockMatMul_TargetNowait`
it is directly read and written (via `+=`). Fixes #53730.

Reviewed By: jhuber6

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




More information about the All-commits mailing list