2
0

JSON profiler option removed (#1649)

Este cometimento está contido em:
Pratik Basyal
2025-11-04 11:49:22 -05:00
cometido por GitHub
ascendente 757de39caa
cometimento 9d84958527
2 ficheiros modificados com 4 adições e 1 eliminações
+1 -1
Ver ficheiro
@@ -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::