Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,080
    • Issues 3,080
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,020
    • Merge requests 1,020
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !4854

iris: Implement fine-grained fences with semaphores

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kenneth Graunke requested to merge kwg/mesa:iris-semaphore-wait into main May 01, 2020
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 5

(Awaiting kernel changes to land.)

This uses MI_SEMAPHORE_WAIT to block mid-batch and rely on kernel GPU scheduler timeslicing to preempt us and schedule a job that will eventually unblock us.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: iris-semaphore-wait