JSON profiler option removed (#1649)

This commit is contained in:
Pratik Basyal
2025-11-04 11:49:22 -05:00
zatwierdzone przez GitHub
rodzic 757de39caa
commit 9d84958527
2 zmienionych plików z 4 dodań i 1 usunięć
@@ -220,6 +220,9 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
* MI300A/X L2-Fabric 64B read counter may display negative values - The rocprof-compute metric 17.6.1 (Read 64B) can report negative values due to incorrect calculation when TCC_BUBBLE_sum + TCC_EA0_RDREQ_32B_sum exceeds TCC_EA0_RDREQ_sum.
* A workaround has been implemented using max(0, calculated_value) to prevent negative display values while the root cause is under investigation.
* The profile mode crashes when `--format-rocprof-output json` is selected.
* As a workaround, this option should either not be provided or should be set to `csv` instead of `json`. This issue does not affect the profiling results since both `csv` and `json` output formats lead to the same profiling data.
### Upcoming changes
## ROCm Compute Profiler 3.2.3 for ROCm 7.0.0
@@ -27,7 +27,7 @@ Profiling with ROCm Compute Profiler yields the following benefits.
* :ref:`Profiling output format <profiling-output-format>`: ROCm Compute Profile can adjust the
output format of underlying rocprof tool which changes the output format of raw performance
counter data in the workload folder created during profiling. Supported output formats are
``json``, ``csv``, and ``rocpd``. The default output format is ``csv``.
``csv`` and ``rocpd``. The default output format is ``csv``.
.. note::