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

GPU selection scheme #55

Open
jasam-sheja opened this issue Feb 29, 2024 · 0 comments
Open

GPU selection scheme #55

jasam-sheja opened this issue Feb 29, 2024 · 0 comments

Comments

@jasam-sheja
Copy link

Is there a way to suggest beforehand which GPUs to allocate for a job?

My use case is I'm sharing a server with others, but unfortunately, they don't want to use task-spooler, and they hardcode their GPU IDs.
We have set a soft division of the GPUs where it's okay to tap into their GPUs if I'm using all of mine.
For example, a server with 8 GPUs and I got 0-3, and they have 4-7. I want to run five jobs with a GPU each, and they want to run 2. They'll always use their GPUs in the following order: 4,5,6,7. So, I want to set my preferred order as 0,1,2,3,7,6,5,4. By doing so, I don't get in their way.

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