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

Explore alternative design for descriptor set allocation #522

Open
kpet opened this issue May 9, 2023 · 0 comments
Open

Explore alternative design for descriptor set allocation #522

kpet opened this issue May 9, 2023 · 0 comments

Comments

@kpet
Copy link
Owner

kpet commented May 9, 2023

We currently have one descriptor pool for each entry point with a fairly high upper limit (see #521) for the number of concurrent instances allowed for a given entry point. This is very wasteful when many kernels are used with few instances in flight. We should explore widening the scope of the descriptor pools used (and maybe throttle work submission when we run out of descriptors instead of failing).

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

No branches or pull requests

1 participant