-
Notifications
You must be signed in to change notification settings - Fork 19
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
Failure detecting GPU - NVML API location with DCH drivers #122
Comments
Fix complete and to be included in v1.07b |
fix backported from v1.07b and added to v1.07a1 |
Still having GPUProfiler v1.07a1 fail to detect my RTX 2070, any information I can provide to help fix? |
@andyg336 C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi.exe -q Ex: Timestamp : Thu Aug 13 23:04:26 2020 Attached GPUs : 1 |
re-opening this issue |
Which doesn't bode well for me |
Reinstalled drivers, several times. Issue intermittently fixed. But I'm fairly confident the issue is my end |
It could be that you have a DCH driver that has been installed while the older non-DCH driver remains installed. |
Appreciate the suggestion, I'll give it a go. Thanks for a really nice tool as well 👍 |
DCH drivers do not use the standard installation path for the NVML DLL.
Fallback test for alternate locations.
Bug fixed being confirmed by reporting user.
The text was updated successfully, but these errors were encountered: