From edbd011bae5ec527fe5eb705a3150e7c323adf5f Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Fri, 20 May 2022 01:19:21 -0500 Subject: [PATCH] fixing trace period test for gfx1031 The test was too fast and couldn't trace all the functions Change-Id: I3e278f6af084a27490a354e7e409eb19e69a63e7 --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 1fd014a4f4..b98d07556c 100755 --- a/test/run.sh +++ b/test/run.sh @@ -134,7 +134,7 @@ export ROCTRACER_DOMAIN="sys:hsa:roctx" eval_test "tool SYS/HSA test" ./test/MatrixTranspose MatrixTranspose_sys_hsa_trace # Tracing control export ROCTRACER_DOMAIN="hip" -eval_test "tool period test" "ROCP_CTRL_RATE=10:100000:1000000 ./test/MatrixTranspose" MatrixTranspose_hip_period_trace +eval_test "tool period test" "ROCP_CTRL_RATE=10:50000:500000 ./test/MatrixTranspose" MatrixTranspose_hip_period_trace eval_test "tool flushing test" "ROCP_FLUSH_RATE=100000 ./test/MatrixTranspose" MatrixTranspose_hip_flush_trace #API records filtering