From 7f0fbc0a9ae2ab39d0950e0d34d34403a46298c4 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 7 Dec 2023 17:15:03 -0600 Subject: [PATCH] update vcopy execution in profile testing mode to match latest command-line usage Signed-off-by: Karl W Schulz --- tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index 1eee84cef0..3950c021d8 100644 --- a/tests/test_profile_general.py +++ b/tests/test_profile_general.py @@ -17,7 +17,7 @@ kernel_name_1 = "vecCopy(double*, double*, double*, int, int) [clone .kd]" # change to directory where app is at # app_1 = ["./sample/vcopy", "1048576", "256"] # app_1 = ["./mixbench/build_mi100/mixbench-hip"] -app_1 = ["./tests/vcopy", "1048576", "256"] +app_1 = ["./tests/vcopy", "-n 1048576", "-b 256"] num_kernels = 1 dispatch_id = 0