From e859ca1884f6b75ddbf8aa6f5190f09f92516fb4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 May 2023 16:16:16 +0200 Subject: derp --- Microbenchmarks/STREAM/host/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Microbenchmarks/STREAM/host/app.c b/Microbenchmarks/STREAM/host/app.c index 14b2c4d..55e9d0f 100644 --- a/Microbenchmarks/STREAM/host/app.c +++ b/Microbenchmarks/STREAM/host/app.c @@ -103,9 +103,9 @@ int main(int argc, char **argv) { const unsigned int input_size = p.input_size * nr_of_dpus; #if defined(add) || defined(triad) - const unsignd int n_arrays = 3; + const unsigned int n_arrays = 3; #else - const unsignd int n_arrays = 2; + const unsigned int n_arrays = 2; #endif // Input/output allocation -- cgit v1.2.3