aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/GEMMLowpFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/GEMMLowpFixture.h')
-rw-r--r--tests/benchmark/fixtures/GEMMLowpFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark/fixtures/GEMMLowpFixture.h b/tests/benchmark/fixtures/GEMMLowpFixture.h
index 46a2f5cc6a..33c6415d20 100644
--- a/tests/benchmark/fixtures/GEMMLowpFixture.h
+++ b/tests/benchmark/fixtures/GEMMLowpFixture.h
@@ -58,7 +58,7 @@ public:
c = create_tensor<TensorType>(shape_dst, DataType::S32, 1, QuantizationInfo(1.0f / 255.0f, 0));
// Create and configure function
- gemmlowp.configure(&a, &b, &c);
+ gemmlowp.configure(&a, &b, nullptr, &c);
// Allocate tensors
a.allocator()->allocate();