From 49474b7739a4d4ccbecf56a2b5d00135c78f7a08 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 1 Aug 2018 10:46:19 -0500 Subject: [PATCH] update Change-Id: If8a32e848cddf77d5777839a5cf174b6bafe67bb [ROCm/rocprofiler commit: 707b9cfba87d6ba3a8bee54d846c631e298cdf49] --- projects/rocprofiler/bin/rpl_run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index e1540333c8..b89ca49411 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -57,6 +57,8 @@ export ROCP_HSA_INTERCEPT=1 unset ROCP_PROXY_QUEUE # ROC Profiler metrics definition export ROCP_METRICS=$PKG_DIR/lib/metrics.xml +# Disable AQL-profile read API +export AQLPROFILE_READ_API=0 # ROC Profiler package path export ROCP_PACKAGE_DIR=$PKG_DIR @@ -129,7 +131,7 @@ usage() { echo " --basenames - to turn on/off truncating of the kernel full function names till the base ones [off]" echo " --timestamp - to turn on/off the kernel disoatches timestamps, dispatch/begin/end/complete [off]" echo " --ctx-limit - maximum number of outstanding contexts [0 - unlimited]" - echo " --heartbeat - to turn on/off the kernel disoatches timestamps, dispatch/begin/end/complete [0 - disabled]" + echo " --heartbeat - to print progress heartbeats [0 - disabled]" echo " --sqtt-size - to set SQTT buffer size, aggregate for all SE [0x2000000]" echo " Can be set in KB (1024B) or MB (1048576) units, examples 20K or 20M respectively." echo " --sqtt-local - to allocate SQTT buffer in local GPU memory [on]"