fixing ci test issues for v1

Change-Id: I6be62c83a04b6a1a9f7b128086762dcf5ad79fb4


[ROCm/rocprofiler commit: 70a6c26704]
This commit is contained in:
gobhardw
2023-05-17 21:31:31 +05:30
zatwierdzone przez Ammar Elwazir
rodzic 614fd47cd3
commit d869b23a4f
3 zmienionych plików z 4 dodań i 4 usunięć
+2 -2
Wyświetl plik
@@ -46,8 +46,8 @@ To run the test:
```bash
$ cd .../rocprofiler/build
$ export LD_LIBRARY_PATH=.:<other paths> # paths to ROC profiler and oher libraries
$ export HSA_TOOLS_LIB=librocprofiler64.so # ROC profiler library loaded by HSA runtime
$ export ROCP_TOOL_LIB=test/libtool.so # tool library loaded by ROC profiler
$ export HSA_TOOLS_LIB=librocprofiler64.so.1 # ROC profiler library loaded by HSA runtime
$ export ROCP_TOOL_LIB=test/librocprof-tool.so # tool library loaded by ROC profiler
$ export ROCP_METRICS=metrics.xml # ROC profiler metrics config file
$ export ROCP_INPUT=input.xml # input file for the tool library
$ export ROCP_OUTPUT_DIR=./ # output directory for the tool library, for metrics results file 'results.txt' and trace files
+1 -1
Wyświetl plik
@@ -12,7 +12,7 @@ fi
test_app=$*
# ROC profiler library loaded by HSA runtime
export HSA_TOOLS_LIB=librocprofiler64.so
export HSA_TOOLS_LIB=librocprofiler64.so.1
# tool library loaded by ROC profiler
if [ -z "$ROCP_TOOL_LIB" ] ; then
+1 -1
Wyświetl plik
@@ -84,7 +84,7 @@ unset ROCP_TOOL_LIB
eval_test "Standalone sampling usage model test" ./test/standalone_test
# Standalone intercepting test
# ROC profiler library loaded by HSA runtime
export HSA_TOOLS_LIB=librocprofiler64.so
export HSA_TOOLS_LIB=librocprofiler64.so.1
# enable intercepting mode in rocprofiler
export ROCP_HSA_INTERCEPT=2
# test macro for kernel iterations number