Files
rocm-systems/source/docs/index.rst
T

58 строки
2.6 KiB
ReStructuredText
Исходник Обычный вид История

2024-07-18 12:58:20 +05:30
.. meta::
2024-10-30 19:39:08 +05:30
:description: ROCprofiler-SDK is a tooling infrastructure for profiling general-purpose GPU compute applications running on the ROCm software
:keywords: ROCprofiler-SDK tool, ROCprofiler-SDK library, rocprofv3, ROCprofiler-SDK API, ROCprofiler-SDK documentation
2024-07-18 12:58:20 +05:30
.. _index:
2025-02-28 10:10:26 +05:30
********************************
2024-08-03 00:38:04 +05:30
ROCprofiler-SDK documentation
2025-02-28 10:10:26 +05:30
********************************
2024-07-18 12:58:20 +05:30
2024-08-03 00:38:04 +05:30
ROCprofiler-SDK is a tooling infrastructure for profiling general-purpose GPU compute applications running on the ROCm software.
2025-02-28 10:10:26 +05:30
It supports application tracing to provide a big picture of the GPU application execution and kernel counter collection to provide low-level hardware details from the performance counters.
2024-10-30 19:39:08 +05:30
The ROCprofiler-SDK library provides runtime-independent APIs for tracing runtime calls and asynchronous activities such as GPU kernel dispatches and memory moves. The tracing includes callback APIs for runtime API tracing and activity APIs for asynchronous activity records logging.
2024-07-18 12:58:20 +05:30
2024-08-03 00:38:04 +05:30
In summary, ROCprofiler-SDK combines `ROCProfiler <https://rocm.docs.amd.com/projects/rocprofiler/en/latest/index.html>`_ and `ROCTracer <https://rocm.docs.amd.com/projects/roctracer/en/latest/index.html>`_.
You can utilize the ROCprofiler-SDK to develop a tool for profiling and tracing HIP applications on ROCm software.
The code is open and hosted at `<https://github.com/ROCm/rocprofiler-sdk>`_.
2024-07-18 12:58:20 +05:30
The documentation is structured as follows:
.. grid:: 2
:gutter: 3
.. grid-item-card:: Install
2025-05-27 21:58:38 +05:30
* :ref:`installing-rocprofiler-sdk`
2024-07-18 12:58:20 +05:30
.. grid-item-card:: How to
2025-04-24 17:05:22 +05:30
* :doc:`Samples <how-to/samples>`
2024-08-03 00:38:04 +05:30
* :ref:`using-rocprofv3`
2025-02-05 22:34:24 +05:30
* :ref:`using-rocprofiler-sdk-roctx`
* :ref:`using-rocprofv3-with-mpi`
2025-04-24 17:05:22 +05:30
* :ref:`using-pc-sampling`
2024-10-30 19:39:08 +05:30
2024-07-18 12:58:20 +05:30
.. grid-item-card:: API reference
2025-04-24 17:05:22 +05:30
* :doc:`Tool library <api-reference/tool_library>`
* :ref:`runtime-intercept-tables`
2024-08-03 00:38:04 +05:30
* :doc:`Buffered services <api-reference/buffered_services>`
* :doc:`Callback services <api-reference/callback_services>`
* :doc:`Counter collection services <api-reference/counter_collection_services>`
* :doc:`PC sampling <api-reference/pc_sampling>`
* :doc:`ROCprofiler-SDK API <api-reference/rocprofiler-sdk_api_reference>`
* :doc:`ROCTx API <api-reference/rocprofiler-sdk-roctx_api_reference>`
2024-08-03 00:38:04 +05:30
.. grid-item-card:: Conceptual
* :ref:`comparing-with-legacy-tools`
2024-10-30 19:39:08 +05:30
2024-07-18 12:58:20 +05:30
To contribute to the documentation, refer to
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
You can find licensing information on the
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.