[all-commits] [llvm/llvm-project] ec9786: [OpenMP] Make bug49334.cpp more reproducible

Shilei Tian via All-commits all-commits at lists.llvm.org
Fri Jun 18 15:35:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec978664542d6202c05e809fcfd6ead62a43d41b
      https://github.com/llvm/llvm-project/commit/ec978664542d6202c05e809fcfd6ead62a43d41b
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

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

  Log Message:
  -----------
  [OpenMP] Make bug49334.cpp more reproducible

`bug49334.cpp` cannot detect data race in `libomptarget` efficiently. It
is reported that with `N = 256` and `BS = 16`, the data race can be reproduced
more steadily. The next coming pathces will fix it so this patch is expected to
fail now.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list