Skip to content

Commit 55fee60

Browse files
spraveeniosajmera-pensando
authored andcommitted
update docs for new fields changes and deprication notices (#864)
(cherry picked from commit 2defb9a6b9fa103a7217af21a34d6b523e7344a5)
1 parent 4a4955a commit 55fee60

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

docs/configuration/metricslist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The following table contains a full list of GPU Metrics that are available using
1515
| ✗ | ✓ | GPU_HBM_TEMPERATURE | List of hbm temperatures in Celsius (Depricated from 6.14.14 driver) |
1616
| ✓ | ✓ | GPU_GFX_ACTIVITY (Applicable for unpartitioned GPU) | Graphics engine usage percentage (0 - 100) |
1717
| ✓ | ✓ | GPU_UMC_ACTIVITY | Memory engine usage percentage (0 - 100) |
18-
| ✗ | ✓ | GPU_MMA_ACTIVITY | Average multimedia engine usages in percentage (0 - 100) |
19-
| ✓ | ✓ | GPU_VCN_ACTIVITY | List of VCN encode/decode engine utilization per AID |
20-
| ✓ | ✓ | GPU_JPEG_ACTIVITY | List of JPEG engine activity in percentage (0 - 100) |
18+
| ✗ | ✗ | GPU_MMA_ACTIVITY | Average multimedia engine usages in percentage (0 - 100) [*Depricated from 6.14.14 driver*] |
19+
| ✗ | ✗ | GPU_VCN_ACTIVITY | List of VCN encode/decode engine utilization per AID [*Depricated from 6.14.14 driver*] |
20+
| ✗ | ✗ | GPU_JPEG_ACTIVITY | List of JPEG engine activity in percentage (0 - 100) [*Depricated from 6.14.14 driver*] |
2121
| ✗ | ✓ | GPU_VOLTAGE | SoC voltage in mV |
2222
| ✗ | ✓ | GPU_GFX_VOLTAGE | gfx voltage in mV |
2323
| ✗ | ✓ | GPU_MEMORY_VOLTAGE | Mem voltage in mV |

docs/releasenotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
- **New Profiler Fields**
1414
- New fields are added for better understanding of the application
15+
16+
- **Depricated Fields Notice**
17+
- Following fields are depricated from 6.14.14 driver onwards
18+
- GPU_MMA_ACTIVITY
19+
- GPU_JPEG_ACTIVITY
20+
- GPU_VCN_ACTIVITY
21+
22+
- These fields are replaced by following fields
23+
- GPU_VCN_BUSY_INSTANTANEOUS
24+
- GPU_JPEG_BUSY_INSTANTANEOUS
1525

1626
### Platform Support
1727
ROCm 7.0 MI2xx, MI3xx

internal/metricsmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Platform if specified only applies to that specific model, else applies to all
4949
| GPU_GFX_ACTIVITY (Applicable for unpartitioned GPU) | stats.usage.gfx_activity | usage.gfx_activity | |
5050
| GPU_UMC_ACTIVITY | stats.usage.umc_activity | usage.umc_activity | |
5151
| GPU_MMA_ACTIVITY | stats.usage.mm_activity | usage.mm_activity | depricated on all platform |
52-
| GPU_VCN_ACTIVITY | stats.usage.vcn_activity[i] | metrics_info.vcn_activity [i] | |
53-
| GPU_JPEG_ACTIVITY | stats.usage.jpeg_activity[i] | metrics_info.jpeg_activity[i] | |
52+
| GPU_VCN_ACTIVITY | stats.usage.vcn_activity[i] | metrics_info.vcn_activity [i] | depricated on all platform |
53+
| GPU_JPEG_ACTIVITY | stats.usage.jpeg_activity[i] | metrics_info.jpeg_activity[i] | depricated on all platform |
5454
| GPU_VOLTAGE | stats.voltage.voltage | power_info.soc_voltage | depricated on all platform |
5555
| GPU_GFX_VOLTAGE | stats.voltage.gfx_voltage | power_info.gfx_voltage | depricated on all platform |
5656
| GPU_MEMORY_VOLTAGE | stats.voltage.memory_voltage | power_info.mem_voltage | depricated on all platform |

0 commit comments

Comments
 (0)