Skip to content
GitLab
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 3,037
    • Issues 3,037
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 985
    • Merge requests 985
  • 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
  • MesaMesa
  • mesamesa
  • Merge requests
  • !18808

radv: Improve SGPR emission for last_vgt_api_stage - CPU overhead part 2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timur Kristóf requested to merge Venemo/mesa:radv_cpu_overhead_vgt_api_stage into main Sep 25, 2022
  • Overview 6
  • Commits 2
  • Pipelines 7
  • Changes 3

Stop using radv_lookup_user_sgpr for the last pre-rasterization stage.

Tested on Ryzen 7 6850U: set the platform profile to performance, disabled boost and set the CPU governor to performance. Then ran: ./vkoverhead -test 0 -duration 30

commit 6850U score 3700X score by @mbriar
main 20772 17341
radv: use direct access to last_vgt_api_stage_locs for sgpr emission 20849 (+0.03%) 21421 (+23.5%)
Edited Sep 26, 2022 by Timur Kristóf
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: radv_cpu_overhead_vgt_api_stage