Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkd3d: Stagger submissions in single-queue scenarios. #2083

Merged

Conversation

doitsujin
Copy link
Collaborator

@doitsujin doitsujin commented Aug 24, 2024

Dramatically improves performance in HZD with single_queue. Might be useful for Intel devices which only expose one queue family since there is a certain expectations for compute queues to actually be asynchronous, and we shouldn't ever hit path this on any AMD/Nvidia hardware.

Sort of depends on #2082 to work well, hence the draft.

Dramatically improves performance in HZD with single_queue. Might be
useful for Intel devices which only expose one queue family.

Signed-off-by: Philip Rebohle <[email protected]>
@doitsujin doitsujin marked this pull request as ready for review August 26, 2024 15:13
@HansKristian-Work HansKristian-Work merged commit 7e7f49d into HansKristian-Work:master Aug 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants