aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/GEMM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/GEMM.cpp')
-rw-r--r--tests/benchmark_new/NEON/GEMM.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmark_new/NEON/GEMM.cpp b/tests/benchmark_new/NEON/GEMM.cpp
index ad288267af..59ac4329c0 100644
--- a/tests/benchmark_new/NEON/GEMM.cpp
+++ b/tests/benchmark_new/NEON/GEMM.cpp
@@ -28,6 +28,7 @@
#include "arm_compute/runtime/TensorAllocator.h"
#include "framework/Macros.h"
#include "framework/datasets/Datasets.h"
+#include "tests/NEON/Accessor.h"
#include "tests/TypePrinter.h"
#include "tests/datasets_new/MatrixMultiplyGEMMDataset.h"
#include "tests/datasets_new/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1GEMMDataset.h"
@@ -49,7 +50,7 @@ const auto data_types = framework::dataset::make("DataType",
});
} // namespace
-using NEGEMMFixture = GEMMFixture<Tensor, NEGEMM>;
+using NEGEMMFixture = GEMMFixture<Tensor, NEGEMM, Accessor>;
TEST_SUITE(NEON)