-
Notifications
You must be signed in to change notification settings - Fork 31
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
Handle GPUs that lack full NVML Support #16
Comments
Testing on a GTX 950M, I get this while running
It seems to be just a warning, as the simulation completes after that. See that disabling the memtest fixes it:
Should we add a known issue in the docs for non-tesla cards? |
Thx for the report! Can you please post the warning? Is there a line missing? |
Nope, there is only that single line. |
Ah ok, but it does not abort, yes! Ok, we have to clean up that macro, it should not randomly start to write to Lines 146 to 150 in 7a585d5
|
I proposed a fix in #18 that should remove that noisy line from your output. |
Nvidia NVML does not support non-Tesla product very well. Problems are known with mobile cards and even Quadro cards. (Reported as RFE to Nvidia as Bug ID 2417658.)
Anyway, this can lead to
cuda_memtest
throwing an[NVML] Error: Not supported
(innvmlDeviceGetSerial
) exception which we should catch.The text was updated successfully, but these errors were encountered: