-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-threading bug in compiler #22
Comments
It may be useful to run a ThreadSanitizer build to see where exactly the data race is happening. I updated the standalone template to include sanitizer build support. If you use the |
I fixed a gcc issue in the the development branch. We should retest this as soon as we can merge back... Thanks for the pointer to the thread sanitizer (didn't know it exists) |
This could be helpful to solve issues like #22.
does the problem still appear in the latest builds? |
To reproduce:
The bug only appears sometimes.
The bug goes away if multi threading is deactivated for OEC with --mlir-disable-threading
For error message see screenshot:
The text was updated successfully, but these errors were encountered: