Skip to content
Snippets Groups Projects

Remove serial task queue

Merged Benjamin Michael Wynne requested to merge bwynne/Gaudi_gaudi:RemoveSerialTaskQueue into master

SerialTaskQueue is the only Gaudi component to use TBB tasks outside of the scheduler.

This object appears to have been early, speculative development for multithreading Gaudi that is not widely used. Its only client is TBBMessageSvc, which provides thread-safe messaging but is superseded by InertMessageSvc.

Rather than migrate SerialTaskQueue away from TBB tasks (see !1193 (merged)) this MR simply removes it, along with TBBMessageSvc.

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