diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-10 16:16:16 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-10 16:16:16 +0200 |
commit | e859ca1884f6b75ddbf8aa6f5190f09f92516fb4 (patch) | |
tree | 7d0b3dd380cdcbbab0e125f792426c7dafe9aef5 | |
parent | 428cfab23bb382b084e201ee215c5e813310ac18 (diff) |
derp
-rw-r--r-- | Microbenchmarks/STREAM/host/app.c | 4 |
1 files 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 |