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

Restrict resource usage more strictly to the devices actually used #1321

Open
illuhad opened this issue Jan 19, 2024 · 0 comments
Open

Restrict resource usage more strictly to the devices actually used #1321

illuhad opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@illuhad
Copy link
Collaborator

illuhad commented Jan 19, 2024

The queue pool of multi_stream_executor currently covers all devices of the same backend. This can cause resources to be allocated on devices even if those are not used by the program.
We should think about making this more restrictive so that queues and other resources are only allocated on the devices that are actually used.

See also #1246 #1318 #1318 (review)

@illuhad illuhad added the enhancement New feature or request label Jan 19, 2024
@illuhad illuhad changed the title Restrict resource usage more specific to the devices actually used Restrict resource usage more strictly to the devices actually used Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant