• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Why GPUz can not read info from NVIDIA Tesla P100?

gpww

New Member
Joined
Feb 9, 2018
Messages
4 (0.00/day)
I have successfully installed cuda 9.1 and driver for P100 on Windows Server 2012.
However, GPUz can can not read info from NVIDIA Tesla P100 (as attaced pictures)

Does anyone encountered this problem?

I re-installed latest driver for P100 but the problem is still the same.
 

Attachments

  • 1.jpg
    1.jpg
    204 KB · Views: 884
  • 2.jpg
    2.jpg
    141.3 KB · Views: 653
I am not enterely sure but i think its because gpu—z does not support tesla and quadro cards.
 
As mentioned in the thread Stefan linked, this is probably due to the card being in TCC mode
 
Thanks! I understand the problem now.
However, just like the situation mentioned in the discussion: my P100 also refuse to change the mode...

just as the following screen-shot, anyone know why?
 

Attachments

  • 4.jpg
    4.jpg
    403.1 KB · Views: 500
Last edited:
However, just like the situation mentioned in the discussion: my P100 also refuse to change the mode...

just as the following screen-shot, anyone know why?


I did a little research.
Meanwhile i think NVIDIA-SMI.EXE works only with older Tesla generations.

Current Teslas need to be treated with latest NVFLASH

Run from a CLI
NVFLASH64.EXE --listgpumodes >output.txt

This is a save read operation.
Screen will blank for a few seconds and then come back.
In case of an error message check device manager if GPU has been reactivated.

Grab output.txt from NVFLASH folder and show us the content.


Don't do any write operations with NVFLASH just out of curiosity!
 
I did a little research.
Meanwhile i think NVIDIA-SMI.EXE works only with older Tesla generations.

Current Teslas need to be treated with latest NVFLASH

Run from a CLI
NVFLASH64.EXE --listgpumodes >output.txt

This is a save read operation.
Screen will blank for a few seconds and then come back.
In case of an error message check device manager if GPU has been reactivated.

Grab output.txt from NVFLASH folder and show us the content.


Don't do any write operations with NVFLASH just out of curiosity!

It's done, the mode is TCC. So how to change the mode?
 

Attachments

  • 5.jpg
    5.jpg
    259.5 KB · Views: 503
Well, there is only compute mode listed.

If you still want to try:

Set the GPU mode to graphics:
nvflash64.exe --gpumode graphics

Set the GPU mode to compute:
nvflash64.exe --gpumode compute

These are write operations at your own risk!
 
Well, there is only compute mode listed.

If you still want to try:

Set the GPU mode to graphics:
nvflash64.exe --gpumode graphics

Set the GPU mode to compute:
nvflash64.exe --gpumode compute

These are write operations at your own risk!

I have tested with nvflash64.exe --gpumode graphics;

The result showed that mode has been changed successfully. However, the driver is not in correct status:
1. GPU-z still can not read info from these P100
2. nvidia-sim -q say these P100 still in TCC modes
3. the operation system will get stuck if reboot
 
Back
Top