You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/amdsmi/CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ Full documentation for amd_smi_lib is available at [https://rocm.docs.amd.com/pr
12
12
13
13
### Changed
14
14
15
+
-**Added Compute Unit Occupancy information per process**
16
+
Measuring compute units are the best way currently to determine gfx usage on a per process basis
17
+
- Added `CU_OCCUPANCY` to `amd-smi process` output.
18
+
- Added `CU%` to `amd-smi monitor -q`
19
+
15
20
-**Expanded Violation Status tracking for GPU metrics 1.8.**
16
21
- The driver will no longer be supporting existing single-value GFX Clk Below Host Limit fields (`acc_gfx_clk_below_host_limit`, `per_gfx_clk_below_host_limit`, `active_gfx_clk_below_host_limit`), they are now changed in favor of new per-XCP/XCC arrays.
17
22
- Added new fields to `amdsmi_violation_status_t` and related interfaces for enhanced violation breakdown:
@@ -54,11 +59,8 @@ Full documentation for amd_smi_lib is available at [https://rocm.docs.amd.com/pr
54
59
55
60
### Resolved issues
56
61
57
-
- N/A
58
-
59
-
### Upcoming changes
60
-
61
-
- N/A
62
+
-**Corrected VRAM memory calculation in `amdsmi_get_gpu_process_list`.**
63
+
- Previously, the VRAM memory usage reported by `amdsmi_get_gpu_process_list` was inaccurate and calculated using KB vs KiB.
Copy file name to clipboardExpand all lines: projects/amdsmi/docs/reference/amdsmi-py-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1093,7 +1093,6 @@ except AmdSmiException as e:
1093
1093
print(e)
1094
1094
```
1095
1095
1096
-
1097
1096
### amdsmi_get_gpu_process_list
1098
1097
1099
1098
Description: Returns the list of processes running on the target GPU; Requires root level access to display root process names; otherwise will return "N/A"
@@ -1111,6 +1110,7 @@ Field | Description
1111
1110
`mem` | Process memory usage
1112
1111
`engine_usage` | <table><thead><tr> <th> Subfield </th> <th> Description</th> </tr></thead><tbody><tr><td>`gfx`</td><td>GFX engine usage in ns</td></tr><tr><td>`enc`</td><td>Encode engine usage in ns</td></tr></tbody></table>
0 commit comments