[OpenMP] Make bug49334.cpp more reproducible
authorShilei Tian <tianshilei1992@gmail.com>
Fri, 18 Jun 2021 22:35:34 +0000 (18:35 -0400)
committerShilei Tian <tianshilei1992@gmail.com>
Fri, 18 Jun 2021 22:35:41 +0000 (18:35 -0400)
commitec978664542d6202c05e809fcfd6ead62a43d41b
tree3bc8ece2ad8d4474717cce32222b96af40c1f5b0
parentbd52495518808bdbf24f4d8e9e20774d6d2e3333
[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
openmp/libomptarget/test/offloading/bug49334.cpp