From 1585fe59cd9236d49d3ddb344541c7bdf749ad87 Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Mon, 27 Oct 2025 21:56:05 +0530 Subject: [PATCH] [Documentation] Repo location and limitation update (#1537) --- projects/rocprofiler-sdk/README.md | 5 +++++ projects/rocprofiler-sdk/source/docs/index.rst | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/README.md b/projects/rocprofiler-sdk/README.md index cfb4414d45..2b878a579b 100644 --- a/projects/rocprofiler-sdk/README.md +++ b/projects/rocprofiler-sdk/README.md @@ -130,3 +130,8 @@ Please report issues on GitHub OR send an email to `_ 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 ``_. +The code is open source and hosted at ``_. + +.. note:: + + The ROCprofiler-SDK repository for ROCm 7.0 and earlier is located at ``_. ROCprofiler-SDK uses a companion library called `AQLprofile `__ that generates profiling command packets (AQL/PM4) for performance counters and SQ thread trace. See the `AQLprofile docs `__ for more info.