From 55f2653aafa38ea1d53a43c104185218e0dad1f1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 16:03:27 +0200 Subject: Use benchmark-specific input descriptions rather than opaque "#elements" --- VA/host/app.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'VA/host/app.c') diff --git a/VA/host/app.c b/VA/host/app.c index 04f1971..27a64f2 100644 --- a/VA/host/app.c +++ b/VA/host/app.c @@ -47,8 +47,6 @@ static T *B; static T *C; static T *C2; -unsigned int kernel; - // Create input arrays static void read_input(T *A, T *B, unsigned long int nr_elements) { @@ -202,7 +200,7 @@ int main(int argc, char **argv) start(&timer, 3, 0); } // Input arguments - kernel = 0; + unsigned int kernel = 0; dpu_arguments_t input_arguments[NR_DPUS]; for (i = 0; i < nr_of_dpus - 1; i++) { input_arguments[i].size = -- cgit v1.2.3