From fee1f00ddcbd6149cb246569a69a14d9a1575ff0 Mon Sep 17 00:00:00 2001 From: gobhardw Date: Thu, 18 Jul 2024 00:03:25 +0530 Subject: [PATCH] SWDEV-471998: roctracer test fix Change-Id: I8e88d087f66ecb265154b29f19e3544706578724 --- test/run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/run.sh b/test/run.sh index 0e99c1fa97..c85c89292b 100755 --- a/test/run.sh +++ b/test/run.sh @@ -153,8 +153,8 @@ eval_test "tool period test" "ROCP_CTRL_RATE=10:50000:500000 ./test/MatrixTransp eval_test "tool flushing test" "ROCP_FLUSH_RATE=100000 ./test/MatrixTranspose" MatrixTranspose_hip_flush_trace #API records filtering -echo "" > test/input.xml -export ROCP_INPUT=test/input.xml +echo "" > /tmp/input.xml +export ROCP_INPUT=/tmp/input.xml eval_test "tool HIP test input" ./test/MatrixTranspose MatrixTranspose_hip_input_trace unset ROCP_INPUT @@ -175,8 +175,8 @@ export ROCP_THRS=1 eval_test "tool HSA test" ./test/copy copy_hsa_trace -echo "" > test/input.xml -export ROCP_INPUT=test/input.xml +echo "" > /tmp/input.xml +export ROCP_INPUT=/tmp/input.xml eval_test "tool HSA test input" ./test/copy copy_hsa_input_trace unset ROCP_INPUT