forked from ROCm/rocm_smi_lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SWDEV-423481/SWDEV-423393] Align all device identifier details
Updated: * [CLI] Fixed vram % - printf style formatting causes many data errors This fix updates to the recommended way of outputting formatted data. https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting * [API/CLI] Added gpu_id / GUID from kfd (rsmi_dev_guid_get) -> CLI name: "GUID" -> ROCm SMI calls: no arg, -i, --showhw, --showproduct * [API/CLI] Added node_id from kfd (rsmi_dev_node_get) -> CLI name: "Node" -> ROCm SMI calls: no arg, --showhw, --showproduct * [CLI] Added target gfx version from kfd -> CLI name: "GFX Version" or "GFX VER" -> ROCm SMI calls: --showhw, --showproduct * [CLI] Base ROCm CLI -> Removed - stacked id formatting: This is to simplify identifiers helpful to users. More identifiers can be found on -i --showhw, --showproduct * [CLI] Update -i, --showhw, --showproduct, w/out arg -> Card ID/DID/Model/SKU/VBIOS: All unsupported values now display "N/A" instead of "unknown" or "unsupported" * [CLI] Showhw now expands data based on content Change-Id: Ifb8586f9f545892b8a5aa7903608273cdd77e075 Signed-off-by: Charis Poag <[email protected]>
- Loading branch information
1 parent
677433b
commit 4b5ccb5
Showing
8 changed files
with
404 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.