ROCm / rocm_smi_lib

ROCm SMI LIB
https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/
MIT License
116 stars 49 forks source link

Unable to get some GPU parameters in rocm 2.4 #35

Closed misos1 closed 3 years ago

misos1 commented 5 years ago

It worked in rocm 2.3 now rocm-smi and rocm-smi -a gives:

========================ROCm System Management Interface========================
================================================================================
GPU  Temp   AvgPwr  SCLK    MCLK    Fan     Perf  PwrCap  SCLK OD  MCLK OD  GPU%  
0    31.0c  N/A     852Mhz  167Mhz  28.63%  auto  N/A     0%       0%       N/A   
1    26.0c  N/A     852Mhz  167Mhz  27.84%  auto  N/A     0%       0%       N/A   
================================================================================
==============================End of ROCm SMI Log ==============================
GPU[0]      : Unable to get maximum Graphics Package Power
GPU[1]      : Unable to get maximum Graphics Package Power
================================================================================
================================================================================
GPU[0]      : Unable to get Power Profile
GPU[1]      : Unable to get Power Profile
================================================================================
================================================================================
GPU[0]      : Unable to get Average Graphics Package Power Consumption
GPU[1]      : Unable to get Average Graphics Package Power Consumption

GPU[0]      : Unable to get GPU use.
GPU[1]      : Unable to get GPU use.
================================================================================
================================================================================
GPU[0]      : Unable to display voltage
GPU[1]      : Unable to display voltage
jlgreathouse commented 3 years ago

Hi @misos1

Sorry for the delay in responding, but if this problem is still happening, the report should probably go over to the rocm-smi repo. This repository is for the rocm-smi library, which is meant for linking into applications, not the rocm-smi command line script that you are using to see the problem here.