fix changelog (#322)

[ROCm/rocprofiler-sdk commit: 10a16aacbf]
This commit is contained in:
Nagaraj, Sriraksha
2025-03-28 01:41:42 -05:00
committed by GitHub
parent d40b6e62b6
commit 2c92e99d16
+4 -4
View File
@@ -158,10 +158,6 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec
- SDK: `rocprofiler_agent_v0_t` support for agent UUIDs
- SDK: `rocprofiler_agent_v0_t` support for agent visibility based on gpu isolation environment variables such as `ROCR_VISIBLE_DEVICES` and so on.
- Accumulation VGPR support for `rocprofv3`.
- Added `--agent-index` option in rocprofv3 to specify the agent naming convention in the output
- absolute == node_id
- relative == logical_node_id
- type-relative == logical_node_type_id
## ROCprofiler-SDK 0.7.0 for ROCm release 6.5
@@ -173,6 +169,10 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec
- Added support for iteration based counter multiplexing to rocprofv3 (see documentation)
- Added perfetto support for counter collection.
- Added support for negating rocprofv3 tracing options when using aggregate options, e.g. `--sys-trace --hsa-trace=no`
- Added `--agent-index` option in rocprofv3 to specify the agent naming convention in the output
- absolute == node_id
- relative == logical_node_id
- type-relative == logical_node_type_id
### Changed