ROCprofiler-SDK documentation

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 and ROCTracer. 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 ROCm/rocprofiler-sdk.

Note

ROCprofiler-SDK is in beta and subject to change in future releases.

The documentation is structured as follows:

To contribute to the documentation, refer to Contributing to ROCm.

You can find licensing information on the Licensing page.