73e7f8cfb1
* Add roctx doc * Add roctx doxyfile input * Update links and toc * Build doxysphinx for both doxygen files * Update scripts * Generate roctx doxygen files * Change doxygen path to allow for 2 doxyfiles * Make doxygen dir for script * Call make _doxygen dir with p flag * Create _doxygen dir in workfllow * Create doc dirs for doxygen * Run update docs as sudo * Fix typo in mkdir command * Include graphviz for dot * Install dot for docs CI * Install dot as sudo due to permission denied * Install doxygen via sudo * Install doxysphinx * Add postcheckout step to RTD to config and gen doxygen docs * On RTD, update doxygen after creating env * update docs.yml * update docs.yml * fixing build-docs-from-source * Fixing build docs from source * update docs.yml * trying to fix readthedocs * trying to fix readthedocs * update docs.yml * improve mainpage documentation * update docs * clang-format fix --------- Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com> Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>
57 Zeilen
2.6 KiB
ReStructuredText
57 Zeilen
2.6 KiB
ReStructuredText
.. meta::
|
|
: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
|
|
|
|
.. _index:
|
|
|
|
******************************************
|
|
ROCprofiler-SDK documentation
|
|
******************************************
|
|
|
|
ROCprofiler-SDK is a tooling infrastructure for profiling general-purpose GPU compute applications running on the ROCm software.
|
|
It supports application tracing to provide a big picture of the GPU application execution and kernel profiling to provide low-level hardware details from the performance counters.
|
|
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.
|
|
|
|
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>`_.
|
|
|
|
.. note::
|
|
ROCprofiler-SDK is in beta and subject to change in future releases.
|
|
|
|
The documentation is structured as follows:
|
|
|
|
.. grid:: 2
|
|
:gutter: 3
|
|
|
|
.. grid-item-card:: Install
|
|
|
|
* :doc:`Installation <install/installation>`
|
|
|
|
.. grid-item-card:: How to
|
|
|
|
* :ref:`using-rocprofv3`
|
|
* :doc:`Samples <how-to/samples>`
|
|
|
|
.. grid-item-card:: API reference
|
|
|
|
* :doc:`Buffered services <api-reference/buffered_services>`
|
|
* :doc:`Callback services <api-reference/callback_services>`
|
|
* :doc:`Counter collection services <api-reference/counter_collection_services>`
|
|
* :doc:`Intercept table <api-reference/intercept_table>`
|
|
* :doc:`PC sampling <api-reference/pc_sampling>`
|
|
* :doc:`Tool library <api-reference/tool_library>`
|
|
* :doc:`ROCprofiler-SDK API library <_doxygen/rocprofiler-sdk/html/index>`
|
|
* :doc:`ROCTx API library <_doxygen/roctx/html/index>`
|
|
|
|
.. grid-item-card:: Conceptual
|
|
|
|
* :ref:`comparing-with-legacy-tools`
|
|
|
|
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.
|