From 4672ded98d35da82e6630ce0dc36025a658e5b41 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 1 Jun 2020 18:07:52 -0500 Subject: [PATCH] ocl samples disabling Change-Id: I8012e226f96246ed70974048a87e67da9d01753c [ROCm/rocprofiler commit: 1c11cd087b9683c3e5348587bf8259d76d77f8ba] --- projects/rocprofiler/test/run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/rocprofiler/test/run.sh b/projects/rocprofiler/test/run.sh index f05542ecf7..4c985d3e5f 100755 --- a/projects/rocprofiler/test/run.sh +++ b/projects/rocprofiler/test/run.sh @@ -148,9 +148,9 @@ export ROCP_INPUT=input2.xml eval_test "libtool test, counter sets" ./test/ctrl ## OpenCL test -export ROCP_OBJ_TRACKING=1 -export ROCP_INPUT=input1.xml -eval_test "libtool test, OpenCL sample" ./test/ocl/SimpleConvolution +#export ROCP_OBJ_TRACKING=1 +#export ROCP_INPUT=input1.xml +#eval_test "libtool test, OpenCL sample" ./test/ocl/SimpleConvolution # Memcopies tracking unset ROCP_MCOPY_TRACKING @@ -163,8 +163,8 @@ export ROCP_INPUT=input1.xml eval_test "libtool test, counter sets" ./test/ctrl ## OpenCL test -export ROCP_OBJ_TRACKING=1 -eval_test "libtool test, OpenCL sample" ./test/ocl/SimpleConvolution +#export ROCP_OBJ_TRACKING=1 +#eval_test "libtool test, OpenCL sample" ./test/ocl/SimpleConvolution #valgrind --leak-check=full $tbin #valgrind --tool=massif $tbin