aboutsummaryrefslogtreecommitdiff
path: root/examples/neon_sgemm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/neon_sgemm.cpp')
-rw-r--r--examples/neon_sgemm.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/neon_sgemm.cpp b/examples/neon_sgemm.cpp
index f6f93dd507..8f395dec9a 100644
--- a/examples/neon_sgemm.cpp
+++ b/examples/neon_sgemm.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,7 +36,9 @@ class NESGEMMExample : public Example
public:
bool do_setup(int argc, char **argv) override
{
- NPYLoader npy0, npy1, npy2;
+ NPYLoader npy0;
+ NPYLoader npy1;
+ NPYLoader npy2;
alpha = 1.0f;
beta = 0.0f;