diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c0b0141b..9fe2dd85f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -340,4 +340,10 @@ Example for file plugin output: ### Added - JSON output plugin for rocprofv2, the JSON file matches Google Trace Format, so it should be easily loaded to perfetto, chrome tracing or speedscope. For Speedscope, `--disable-json-data-flows` option will be needed as speedscope doesn't work with data flows. -- Added `--no-serialization` flag to disable kernel serialization when rocprofv2 is in counter-collection mode. This change was added to allow rocprofv2 to avoid deadlock when profiling certain programs in counter-collection mode. \ No newline at end of file +- Added `--no-serialization` flag to disable kernel serialization when rocprofv2 is in counter-collection mode. This change was added to allow rocprofv2 to avoid deadlock when profiling certain programs in counter-collection mode. + +## ROCprofiler for rocm 6.3 + +### Added + +- SPI Pipe Selection \ No newline at end of file diff --git a/src/core/counters/metrics/basic_counters.xml b/src/core/counters/metrics/basic_counters.xml index 4e4eec5ad8..f53585a61a 100755 --- a/src/core/counters/metrics/basic_counters.xml +++ b/src/core/counters/metrics/basic_counters.xml @@ -363,6 +363,11 @@ + + + + + @@ -625,6 +630,11 @@ + + + + + diff --git a/test/tool/gfx_metrics.xml b/test/tool/gfx_metrics.xml index 819afff1e8..8602a725b0 100755 --- a/test/tool/gfx_metrics.xml +++ b/test/tool/gfx_metrics.xml @@ -364,6 +364,11 @@ + + + + + @@ -624,6 +629,11 @@ + + + + +