aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/NEON/GEMM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/NEON/GEMM.cpp')
-rw-r--r--tests/benchmark/NEON/GEMM.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/NEON/GEMM.cpp b/tests/benchmark/NEON/GEMM.cpp
index 473d6429fb..2a57ace269 100644
--- a/tests/benchmark/NEON/GEMM.cpp
+++ b/tests/benchmark/NEON/GEMM.cpp
@@ -39,6 +39,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType",
@@ -67,5 +69,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(GoogleNetGEMM, NEGEMMFixture, framework::Dataset
reshape_b_only_once));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute