Skip to content
Snippets Groups Projects

Draft: Add threadpool mappers for scheduler_reweight

Closed Peter W. Draper requested to merge threadpool-reweight-mappers into master

Is better than serial code (100ms compared to 500ms in my test), but has one issue, which is some weights will be less optimal than before as the accumulation of weights will not happen between threads. This is why we use a uniform chunk to keep the work load from too many splits.

For any reasonable set of tasks this is a small issue, there is no effect measureable that I can see.

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
Loading