Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,764
    • Issues 2,764
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 926
    • Merge requests 926
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !16988

panfrost: Stop using sparse_array for batch BOs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Icecream95 requested to merge icecream95/mesa:unsparse into main Jun 11, 2022
  • Overview 7
  • Commits 1
  • Pipelines 10
  • Changes 3

Iterating over a util_sparse_array is very expensive; replace this with a standard dynarray.

Using the sparse 'nodearray' datastructure instead was tested, but found to be slower in some cases.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: unsparse