[llvm-bugs] [Bug 26434] [Polly] -polly-parallel miscompiles two LNT benchmarks
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Feb 7 04:50:02 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26434
Tobias Grosser <tobias at grosser.es> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Tobias Grosser <tobias at grosser.es> ---
This was likely not a miscompile, but rather too many threads running in
parallel as we run LNT with -j16 and then allowed each program to create itself
threads without limitation (which resulted in one thread per core and process).
This issue was resolved by hardcoding the number of parallel threads per
process with OMP_NUM_THREADS=2.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160207/38cb458e/attachment.html>
More information about the llvm-bugs
mailing list