From 754c76999443a1f996887d2619cffdad9c200068 Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Thu, 20 Jun 2024 08:38:47 +0530 Subject: [PATCH] doc update for 6.2 release (#938) * doc update for 6.2 release * Adding warning for gerrit->github nightly sync [ROCm/rocprofiler-sdk commit: 5536bb5fc2aeb6314254f0a589f6f0ba95a007a3] --- projects/rocprofiler-sdk/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/projects/rocprofiler-sdk/README.md b/projects/rocprofiler-sdk/README.md index 9e5090ca62..09425d1366 100644 --- a/projects/rocprofiler-sdk/README.md +++ b/projects/rocprofiler-sdk/README.md @@ -1,9 +1,7 @@ # ROCprofiler-SDK: Application Profiling, Tracing, and Performance Analysis -*** -Note: rocprofiler-sdk is currently `not` supported as part of the public ROCm software stack and is only distributed as a beta -release to customers. -*** +> [!NOTE] +Note: rocprofiler-sdk is currently considered a beta version and is subject to change in future releases ## Overview @@ -80,3 +78,6 @@ Please report in the Github Issues. - Timestamps in PC sampling records might not be 100% accurate. - Using PC sampling on multi-threaded applications might fail with `HSA_STATUS_ERROR_EXCEPTION`.Furthermore, if three or more threads launch operations to the same agent, and if PC sampling is enabled, the `HSA_STATUS_ERROR_EXCEPTION` might appear. + +> [!WARNING] +> The latest mainline version of AQLprofile can be found at [https://repo.radeon.com/rocm/misc/aqlprofile/](https://repo.radeon.com/rocm/misc/aqlprofile/). However, it's important to note that updates to the public AQLProfile may not occur as frequently as updates to the rocprofiler-sdk. This discrepancy could lead to a potential mismatch between the AQLprofile binary and the rocprofiler-sdk source.