aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/GLES_COMPUTE/GEMM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/GLES_COMPUTE/GEMM.cpp')
-rw-r--r--tests/benchmark/GLES_COMPUTE/GEMM.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/GLES_COMPUTE/GEMM.cpp b/tests/benchmark/GLES_COMPUTE/GEMM.cpp
index 97c92c679b..3e561138ef 100644
--- a/tests/benchmark/GLES_COMPUTE/GEMM.cpp
+++ b/tests/benchmark/GLES_COMPUTE/GEMM.cpp
@@ -38,6 +38,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType", { DataType::F32 });
@@ -60,5 +62,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(GoogleNetGEMM, GCGEMMFixture, framework::Dataset
reshape_b_only_once));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute