-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a pre-check whether host/node is GPU-aware before running any other GPU commands #44
Comments
For nvidia we could maybe:
I'd love for there to be something absolutely solid but those are my best ideas so far, for run-time detection. There's Other options are:
|
There's some variant of |
A complementary approach is that used by the sysinfo prototype: it uses Go's |
As #188 shows, the presence of nvidia-smi is by itself insufficient. |
Fix #44 - check for presence of GPUs before running probes
Follow-up from #40. This pre-check should not be really needed since the subprocess is implemented to hopefully never crash or hang but I would still feel better if we do a quick check first before running other commands.
The text was updated successfully, but these errors were encountered: