diff --git a/docs/what-is-aqlprofile.rst b/docs/what-is-aqlprofile.rst index 83f7edc..99bed62 100644 --- a/docs/what-is-aqlprofile.rst +++ b/docs/what-is-aqlprofile.rst @@ -10,8 +10,8 @@ open source library that enables advanced GPU profiling and tracing on AMD platforms. It works in conjunction with `ROCprofiler-SDK `__ to support profiling methods such as `performance counters -(PMC) `__ and `SQ thread trace -(SQTT) `__. AQLprofile provides the +(PMC) `__ and `SQ thread trace +(SQTT) `__. AQLprofile provides the foundational mechanisms for constructing AQL packets and managing profiling operations across multiple AMD GPU architecture families. The development of AQLprofile is aligned with ROCprofiler-SDK, ensuring @@ -57,4 +57,4 @@ Application → ROCprofiler-SDK ⇄ **AQLprofile** ⇄ ROCprofiler-SDK → HSA/R - **AQLprofile** generates profiling command packets (AQL/PM4) tailored to the GPU architecture. It doesn't interact with hardware or drivers directly. It only produces the packets and buffer requirements requested by ``ROCprofiler-SDK``. -- **ROCprofiler-SDK** provides a higher-level API and user-facing tools, using AQLprofile internally. It manages profiling sessions, submits packets to the GPU via `ROCr `_/HSA/KFD, and collects results. \ No newline at end of file +- **ROCprofiler-SDK** provides a higher-level API and user-facing tools, using AQLprofile internally. It manages profiling sessions, submits packets to the GPU via `ROCr `_/HSA/KFD, and collects results.