ROCTx marker known issue updated in 6.3.3. RN (#311)

* ROCTx markers known issue updated

* Leo's feedback incorporated
This commit is contained in:
Pratik Basyal
2025-02-18 16:45:22 -05:00
committed by GitHub
parent 3b9f57166d
commit 2170c18828

View File

@@ -406,6 +406,10 @@ The following sections describe key changes to ROCm components.
ROCm known issues are noted on {fab}`github` [GitHub](https://github.com/ROCm/ROCm/labels/Verified%20Issue). For known
issues related to individual components, review the [Detailed component changes](#detailed-component-changes).
### Zero value is displayed in ROCTx aggregated statistics
The ROCTx markers are standalone markers within the ROCProfiler-SDK library. Each marker reports only a single timestamp, which is recorded as the `start_timestamp` and `end_timestamp`. As a result, the value for aggregated statistics presented in `TotalDurationNs`, `maxNs`, and `minNs`, is zero. The zero value indicates that the actual execution time is not associated with the markers, which is an expected behavior.
## ROCm upcoming changes
The following changes to the ROCm software stack are anticipated for future releases.