Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E emper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • i4i4
  • manycore
  • emper
  • Merge requests
  • !384

pulse: busy loop when evenly introducing work

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Florian Fischer requested to merge aj46ezos/emper:improve-even-pulse into master May 08, 2022
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

When evenly introducing work the sleep continuation of the pulser fiber is possibly delayed due to the worker executing an introduced work items distorting the pulse.

This distortion does not occure when the pulser busy loops between introducing work items. We do not count the busy looping worker running the pulser when calculating the work items to reach the target utilization.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: improve-even-pulse