Commit 05d2704
authored
[ROCM-2950] Fix
## Summary
Fix misaligned field values in the default `amd-smi` output.
## Changes
- Updated all format strings in `amdsmi_logger.py` to use consistent
left-aligned (`:<width>`) formatting with a uniform column width
- Affected fields: AMD-SMI version, amdgpu/kernel version, ROCm version,
VBIOS version, FW PLDM, Platform
- Purely cosmetic — no functional impact
## Changelog
### Resolved Issues
- **Fixed `amd-smi` default command alignment**.
- Updated default `amd-smi` output to align values to the left for
improved readability. Several items were misaligned in the default
output, and this change ensures a consistent left-aligned format across
all fields.
- *This change is purely cosmetic and does not affect any
functionality.*
---------
Signed-off-by: Charis Poag <charis.poag@amd.com>amd-smi default command output alignment (#5632)1 parent 44c8aeb commit 05d2704
2 files changed
Lines changed: 35 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | | - | |
1199 | | - | |
1200 | 1198 | | |
1201 | 1199 | | |
1202 | 1200 | | |
| |||
1218 | 1216 | | |
1219 | 1217 | | |
1220 | 1218 | | |
1221 | | - | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
1222 | 1238 | | |
1223 | 1239 | | |
1224 | | - | |
1225 | | - | |
| 1240 | + | |
1226 | 1241 | | |
1227 | 1242 | | |
1228 | 1243 | | |
1229 | | - | |
| 1244 | + | |
1230 | 1245 | | |
1231 | | - | |
| 1246 | + | |
1232 | 1247 | | |
1233 | 1248 | | |
1234 | | - | |
| 1249 | + | |
1235 | 1250 | | |
1236 | 1251 | | |
1237 | 1252 | | |
1238 | | - | |
| 1253 | + | |
1239 | 1254 | | |
1240 | | - | |
| 1255 | + | |
1241 | 1256 | | |
1242 | | - | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1243 | 1262 | | |
1244 | 1263 | | |
1245 | 1264 | | |
| |||
0 commit comments