Skip to content

[Impeller] Concurrent VkPipeline creation is slow on Mokey Device. #143540

@jonahwilliams

Description

@jonahwilliams

Impeller will create min(4, hardware_concurrency) threads to boot strap VkPipelines after creating the context_vk. On the Mokey deivce, using 4 threads is actually much slower than using 1. The Mokey is only a 4 core device so at a minimum we should reduce the max concurrency to something like hardware_concurrency / 2.

4 thread (~3 seconds)

image

1 thread ( ~ 2 seconds)

image

We should figure out how to adjust the concurrency level based on device performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions