aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h')
-rw-r--r--tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h b/tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h
index 293ceff5d1..793c540482 100644
--- a/tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h
+++ b/tests/benchmark/fixtures/GEMMInterleave4x4Fixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -59,9 +59,6 @@ public:
// Allocate tensors
a.allocator()->allocate();
b.allocator()->allocate();
-
- library->fill_tensor_uniform(Accessor(a), 0);
- library->fill_tensor_uniform(Accessor(b), 1);
}
void run()