adding standalone intercept test; queeu_start/stop API fixed as public;

Change-Id: I5489a5ff69454985b955c9e4027f812168de1ecb
This commit is contained in:
Evgeny
2020-04-08 04:27:50 -05:00
parent aac37d4d1e
commit fdb8f55e02
6 changed files with 54 additions and 30 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ export PATH=.:$PATH
export HSA_TOOLS_LIB=librocprofiler64.so.1
# tool library loaded by ROC profiler
if [ -z "$ROCP_TOOL_LIB" ] ; then
export ROCP_TOOL_LIB=libintercept_test.so
echo "Tool library is not defined: ROCP_TOOL_LIB"
exit 1
fi
# enable error messages
export HSA_TOOLS_REPORT_LOAD_FAILURE=1