ROCm / ROC-smi

ROC System Management Interface

Home Page:https://github.com/RadeonOpenCompute/ROC-smi/blob/master/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use proper notation for temperature and frequency units

sarunasb opened this issue · comments

Please use proper SI/scientific notation for:

  1. temperature degrees: °C, not lowercase c;
  2. frequency in Hz: MHz, not Mhz.

That's a kernel issue, not an SMI issue:
https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/blob/master/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c#L4444

However, for degrees, I have cleaned that up internally (to be in 2.8). I'll see if I can get the cleanup for the kernel done as well, or get it assigned to someone who can.