fixing ci test issues for v1
Change-Id: I6be62c83a04b6a1a9f7b128086762dcf5ad79fb4
Этот коммит содержится в:
коммит произвёл
Ammar Elwazir
родитель
c3107fc258
Коммит
70a6c26704
+2
-2
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user