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

option to select flavour of GPU #426

Open
ijiraq opened this issue Jan 11, 2023 · 3 comments
Open

option to select flavour of GPU #426

ijiraq opened this issue Jan 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@ijiraq
Copy link
Collaborator

ijiraq commented Jan 11, 2023

Currently we have V100 and A100 GPU but the two types have different drivers:

A100 report NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7

V100 report NVIDIA-SMI 470.141.03 Driver Version: 470.141.03 CUDA Version: 11.4

This causes trouble as a container that runs on one node might not run on the other. Having the images on the hardware be the same would be helpful.

@ijiraq
Copy link
Collaborator Author

ijiraq commented Jan 11, 2023

Or, Skaha could have a flag that allows selecting the GPU flavour desired.

@ijiraq
Copy link
Collaborator Author

ijiraq commented Jan 11, 2023

Both is what is really needed. Same DRIVERS so containers can launch and selection ability to enable playing fair.

@fraserw
Copy link
Contributor

fraserw commented Jan 11, 2023

I wonder if it's simpler to have all GPU nodes running the same driver, with that driver # presented somewhere (especially if it isn't the most recent) so people could compile their containers accordingly?

@sfabbro sfabbro added the enhancement New feature or request label Jan 12, 2023
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

3 participants