[SWDEV-481004] Update Changelog for gfx_version number fix (#54)
Updated changelog with an example showing correct gfx version. Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
This commit is contained in:
committed by
GitHub
parent
6fa991c39c
commit
4b74badb00
@@ -339,6 +339,18 @@ GPU2 0000:46:00.0 32 Gb/s 512 Gb/s XGMI
|
||||
### Resolved issues
|
||||
|
||||
- **Fixed `amdsmi_get_gpu_asic_info` and `amd-smi static --asic` not displaying graphics version properly for MI2x, MI1x or Navi 3x ASICs.**
|
||||
Before on MI100:
|
||||
```shell
|
||||
$ amd-smi static --asic | grep TARGET_GRAPHICS_VERSION
|
||||
TARGET_GRAPHICS_VERSION: gfx9008
|
||||
TARGET_GRAPHICS_VERSION: gfx9008
|
||||
```
|
||||
After on MI100:
|
||||
```shell
|
||||
$ amd-smi static --asic | grep TARGET_GRAPHICS_VERSION
|
||||
TARGET_GRAPHICS_VERSION: gfx908
|
||||
TARGET_GRAPHICS_VERSION: gfx908
|
||||
```
|
||||
|
||||
### Upcoming changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user