From 1c5ffd612979d40730feecc4f43fa6c9f177f2e3 Mon Sep 17 00:00:00 2001 From: Joel Liang Date: Thu, 28 Dec 2017 10:09:51 +0800 Subject: APPBROWSER-359: Sync tensor in GC benchmark tests Change-Id: I22c1aa92e70d6143bbcec90e9e7de9f1ce1c1e55 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114635 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/core/GLES_COMPUTE/GCHelpers.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arm_compute/core/GLES_COMPUTE') diff --git a/arm_compute/core/GLES_COMPUTE/GCHelpers.h b/arm_compute/core/GLES_COMPUTE/GCHelpers.h index 475554f2be..8fbb5bbb2e 100644 --- a/arm_compute/core/GLES_COMPUTE/GCHelpers.h +++ b/arm_compute/core/GLES_COMPUTE/GCHelpers.h @@ -32,6 +32,8 @@ namespace arm_compute { +namespace gles_compute +{ /** Helper function to create and return a unique_ptr pointed to a GLES kernel object * It also calls the kernel's configuration. * @@ -60,5 +62,6 @@ std::unique_ptr create_kernel() /** Max vector width of an GLES vector */ static constexpr unsigned int max_gc_vector_width = 16; -} +} // namespace gles_compute +} // namespace arm_compute #endif /* __ARM_COMPUTE_GCHELPERS_H__ */ -- cgit v1.2.1