PC sampling bringup

Change-Id: I0d041c4c8c3778f2c328cde38432bc72223706a3

pc sampling integration fix

Change-Id: Ia66ff876d2d99ec4d561daf8320b65d75f5cd2fe
This commit is contained in:
Evgeny
2020-01-23 20:56:42 -06:00
parent 4c921407ac
commit 9df9fddcfb
9 changed files with 251 additions and 30 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh -x
BIN_DIR=`dirname $0`
BLD_DIR=$BIN_DIR/build
export CMAKE_PREFIX_PATH=/opt/rocm/include/hsa:/opt/rocm
rm -rf $BLD_DIR && mkdir $BLD_DIR && cd $BLD_DIR && cmake ..
make -j
make mytest
./run.sh