Skip to content
Snippets Groups Projects

Disallow OpenMP + blocking + cacheline-zero

Merged Michael Kuron requested to merge cachelinezero into master

The loop over the blocks is OpenMP-collapsed, so blocks might be worked on simultaneously. If the innermost block size does not align with a cache line and non-temporal stores are enabled on architectures that only do cacheline-zeroing (!230 (merged)), threads would then erase each others' data. So we disallow the problematic combination.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply