-
Notifications
You must be signed in to change notification settings - Fork 318
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
dcgmproftester pod from install docs using outdated cuda #493
Comments
@benlsheets We need to update the dcgmproftester image in NGC to work with Cuda 12. I will work with internal teams to publish this. |
+1 any update on this? Thanks! |
+1 |
2 similar comments
+1 |
+1 |
dcgmproftester is part of dcgm image itself, so the test can be run using below pod spec. No need of separate sample container.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The install docs suggest validating the install with an example pod that runs dcgmproftester here. When following the install docs with the v22.9.2 operator this pod errors out saying
Wrong version of dcgmproftester is used. Expected Cuda version is 11; Installed Cuda version is 12
.The container image also comes from a repository that is explicitly deprecated. I couldn't find a similar dcgmproftester container in the Cuda Samples at the NGC. It looks like the cuda validator pod essentially runs the vector add from the previous step in the docs but I couldn't find the dcgmproftester binary in that image.
The text was updated successfully, but these errors were encountered: