This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Make bug49334.cpp more reproducible
ClosedPublic

Authored by tianshilei1992 on Jun 18 2021, 10:45 AM.

Details

Summary

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.

Diff Detail