update vcopy execution in profile testing mode to match latest

command-line usage

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2023-12-07 17:15:03 -06:00
parent 3ba5f1d337
commit 7f0fbc0a9a
+1 -1
View File
@@ -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