From 6570cdf961ae705a11c134234de5a2441dacb2b6 Mon Sep 17 00:00:00 2001 From: Giuseppe Congiu Date: Thu, 9 Nov 2023 10:10:02 +0000 Subject: [PATCH] rocm: add known problems with TA_BUSY_* events to README --- src/components/rocm/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/rocm/README.md b/src/components/rocm/README.md index 1a98ee2bb..72fcdd319 100644 --- a/src/components/rocm/README.md +++ b/src/components/rocm/README.md @@ -85,6 +85,20 @@ setting the ROCP\_TOOL\_LIB to the PAPI library as follows: The binary image of a `double` is intact; but users must recast to `double` for display purposes. +* The following ROCm events are known to cause an error when the rocm component is used in sampling mode + + TA_BUSY_{sum,avr,min,max} + $ papi_command_line TA_BUSY_arv + + This utility lets you add events from the command line interface to see if they work. + + Successfully added: rocm:::TA_BUSY_avr:device=0 + + Memory access fault by GPU node-4 (Agent handle: 0x46d6d10) on address 0x7ffed888c000. Reason: Unknown. + Aborted + + The error appears to happen when the ROCr runtime shutsdown + *** ## FAQ