Skip to content

Commit

Permalink
doc update for 6.2 release (#938)
Browse files Browse the repository at this point in the history
* doc update for 6.2 release

* Adding warning for gerrit->github nightly sync
  • Loading branch information
bgopesh authored Jun 20, 2024
1 parent b683371 commit 5536bb5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 5536bb5

Please sign in to comment.