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 and special resource requests #44

Open
jennydaman opened this issue Jun 26, 2023 · 1 comment
Open

GPU and special resource requests #44

jennydaman opened this issue Jun 26, 2023 · 1 comment

Comments

@jennydaman
Copy link
Contributor

Currently the ChRIS plugin spec requires the resource-related fields

  • max_memory_limit or (MiB, GiB)
  • min_cpu_limit (millicores)
  • min_gpu_limit (int)

The spec has inadequate detail for representing resource request needs for ML apps (typically GPU). An app might require specifically...

  • CPU supports AVX extensions
  • GPU has a specific compute capability
  • GPU has xGB VRAM
@jennydaman
Copy link
Contributor Author

SLURM handles this using "generic resources (GRES)."

https://slurm.schedmd.com/gres.html

Similar to ChRIS, it is possible to request from SLURM a specific amount of CPU and RAM. But when it comes to GPU, the situation becomes too complicated so GPUs are supported as a "generic resource." SLURM admin can customize the definition of GRES so that users can request specific GPU models of other GPU properties.

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