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

Remove required barrier for indirect dispatch safety check #6409

Open
teoxoy opened this issue Oct 14, 2024 · 0 comments
Open

Remove required barrier for indirect dispatch safety check #6409

teoxoy opened this issue Oct 14, 2024 · 0 comments
Labels
area: performance How fast things go

Comments

@teoxoy
Copy link
Member

teoxoy commented Oct 14, 2024

The initial implementation (#5714) has to always insert a barrier to transition the destination buffer.

I attempted to alleviate this issue in 01dab26 (not on trunk) but that approach has a fundamental flaw (#5714 (comment)) - it assumes that command buffers are submitted in the same order that they have been created in.

We should find a way to avoid inserting the additional barrier (most likely at submit time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: performance How fast things go
Projects
Status: Todo
Development

No branches or pull requests

1 participant