Possible race condition problem when using eigen with @threads in windows? #30460
Labels
multithreading
Base.Threads and related functionality
system:windows
Affects only Windows
upstream
The issue is with an upstream dependency, e.g. LLVM
Expected no output. However, with
N=2
we get a small chance(~10%) to get the "race?" message. With N=4 almost every execution oftest()
returns different values.Note that the problem only occurs on Windows. On linux no output would show up. Here's the test environment:
The text was updated successfully, but these errors were encountered: