From 10a1f030dea0f1a30a102211bea16b1a39eb5f8d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 22 Dec 2017 15:36:40 -0600 Subject: [PATCH] minor changes [ROCm/rocprofiler commit: e4b6330eae1409d0cde71cffb9804ff614063019] --- projects/rocprofiler/inc/rocprofiler.h | 1 - projects/rocprofiler/test/run.sh | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/projects/rocprofiler/inc/rocprofiler.h b/projects/rocprofiler/inc/rocprofiler.h index a649fb5e0b..fdc1459147 100644 --- a/projects/rocprofiler/inc/rocprofiler.h +++ b/projects/rocprofiler/inc/rocprofiler.h @@ -63,7 +63,6 @@ #define INC_ROCPROFILER_H_ #include -#include #include #include diff --git a/projects/rocprofiler/test/run.sh b/projects/rocprofiler/test/run.sh index 970e8cae41..fe24d1e58f 100755 --- a/projects/rocprofiler/test/run.sh +++ b/projects/rocprofiler/test/run.sh @@ -2,13 +2,8 @@ test_bin_dflt=./test/ctrl -#export HSA_LIB=/home/evgeny/pkg/compute-psdb-16453/lib -export HSA_LIB=/home/evgeny/git/compute/out/ubuntu-16.04/16.04/lib -#export OCL_LIB=/home/evgeny/pkg/opencl_modified/opencl_x86_64/lib -#export OCL_LIB=/home/evgeny/Perforce/eshcherb_opencl/drivers/opencl/dist/linux/debug/lib/x86_64 - # paths to ROC profiler and oher libraries -export LD_LIBRARY_PATH=$PWD:$HSA_LIB +export LD_LIBRARY_PATH=$PWD # enable error messages logging to '/tmp/rocprofiler_log.txt' export ROCPROFILER_LOG=1