Added new ThreadSanitizer annotations to remove false positives with OpenMP reduction.
Cleaned up Tsan annotations header file from unused annotations.
Details
Details
- Reviewers
jlpeyton jcownie Hahnfeld - Commits
- rG35801a2470e9: [OpenMP] New Tsan annotations to remove false positive on reduction and barriers
rOMP295158: [OpenMP] New Tsan annotations to remove false positive on reduction and barriers
rL295158: [OpenMP] New Tsan annotations to remove false positive on reduction and barriers
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@protze.joachim can this also suffer from the problems with multiple barriers in a parallel region we discussed?
Comment Actions
There are probably now some duplicate annotations. But we should go with the current version for now to fix this important use case.