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

Failure detecting GPU - NVML API location with DCH drivers #122

Open
JeremyMain opened this issue Jun 28, 2019 · 9 comments
Open

Failure detecting GPU - NVML API location with DCH drivers #122

JeremyMain opened this issue Jun 28, 2019 · 9 comments
Assignees
Labels
Milestone

Comments

@JeremyMain
Copy link
Owner

JeremyMain commented Jun 28, 2019

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.

@JeremyMain JeremyMain added the bug label Jun 28, 2019
@JeremyMain JeremyMain added this to the v1.07b milestone Jun 28, 2019
@JeremyMain JeremyMain self-assigned this Jun 28, 2019
@JeremyMain
Copy link
Owner Author

Fix complete and to be included in v1.07b

@JeremyMain
Copy link
Owner Author

fix backported from v1.07b and added to v1.07a1

@andyg336
Copy link

Still having GPUProfiler v1.07a1 fail to detect my RTX 2070, any information I can provide to help fix?

@JeremyMain
Copy link
Owner Author

@andyg336
if you could share the first 25 lines from the output of the following command

C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi.exe -q

Ex:
==============NVSMI LOG==============

Timestamp : Thu Aug 13 23:04:26 2020
Driver Version : 442.92
CUDA Version : 10.2

Attached GPUs : 1
GPU 00000000:02:00.0
Product Name : Quadro GP100
Product Brand : Quadro
Display Mode : Enabled
Display Active : Enabled
Persistence Mode : N/A
Accounting Mode : Disabled
Accounting Mode Buffer Size : 4000
Driver Model
Current : WDDM
Pending : WDDM
Serial Number : 0321617046176
GPU UUID : GPU-ba1918e6-6088-0dc5-609a-32ab00241593
Minor Number : N/A
VBIOS Version : 86.00.3A.00.0A
MultiGPU Board : No
Board ID : 0x200
GPU Part Number : 900-5H400-0000-000
Inforom Version
Image Version : H400.0500.01.04
OEM Object : 1.1
ECC Object : 4.1
Power Management Object : N/A

@JeremyMain JeremyMain reopened this Aug 13, 2020
@JeremyMain
Copy link
Owner Author

re-opening this issue

@andyg336
Copy link

andyg336 commented Aug 13, 2020

C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi.exe -q Failed to initialize NVML: Unknown Error

Which doesn't bode well for me

@andyg336
Copy link

Reinstalled drivers, several times. Issue intermittently fixed. But I'm fairly confident the issue is my end

@JeremyMain
Copy link
Owner Author

It could be that you have a DCH driver that has been installed while the older non-DCH driver remains installed.
The only workaround to avert this situation on my end would be to first attempt DCH driver detection and fall back to non-DCH driver detection if that fails.
Uninstalling any of the older drivers should help rectify the situation.
Thank you for reporting this issue.

@andyg336
Copy link

Appreciate the suggestion, I'll give it a go.

Thanks for a really nice tool as well 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants