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

[scx-layered] add capability to have a layer track gpu accessing tasks #1199

Open
likewhatevs opened this issue Jan 15, 2025 · 1 comment
Open
Assignees

Comments

@likewhatevs
Copy link
Contributor

I'm throwing this idea out there to see if folks have ideas around how to implement it.

I want the ability to somewhat auto-magically have all threads that have touched a GPU be added to a layer in layered.

I think the right way is to add an additional match that is "has touched GPU", which can then be combined with other filters to enable flexibility in matching/prioritizing things.

I need to look at what is in common, but I kind of think wrapper fn's around nvml (which we would use for this) should go there if any are needed.

@likewhatevs likewhatevs self-assigned this Jan 15, 2025
@likewhatevs
Copy link
Contributor Author

@valentinandrei @htejun @hodgesds any thoughts about this? I know we had a couple kind-of starts wrt/ adding more-comprehensive gpu support like this in fall but I think now's the time, idk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant