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

Allow Device-Independent Resources #72

Open
insertinterestingnamehere opened this issue May 11, 2021 · 1 comment
Open

Allow Device-Independent Resources #72

insertinterestingnamehere opened this issue May 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@insertinterestingnamehere
Copy link
Member

Currently resources are exclusively owned by a single device. This model is fine in many cases but it does not cover cases where multiple devices may share a memory space between them. This ended up being a weird limiter on our CPU cores architecture (see #39), but it will hit is when we try to model memory locations that can be accessed by both the CPU and GPU as well as managing memory use by different NUMA domains.

@insertinterestingnamehere insertinterestingnamehere added the enhancement New feature or request label May 11, 2021
@insertinterestingnamehere
Copy link
Member Author

@arthurp mentioned in #39 (comment) that this will require some changes to both the device model and scheduler. I agree. @arthurp if you have any additional thoughts beyond this it'd be nice if you could write them up at some point for whoever ends up tackling this.

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