From df473eab0ab8a52e6b58e0f6442b39ba4c1d68ea Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 31 May 2018 18:53:52 +0100 Subject: COMPMID-1182: printf doesn't work Change-Id: I013d57f6e2becbd6d2d7700ce5fbbeca670443c4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/133735 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/graph/backends/GLES/GCDeviceBackend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arm_compute/graph/backends/GLES/GCDeviceBackend.h') diff --git a/arm_compute/graph/backends/GLES/GCDeviceBackend.h b/arm_compute/graph/backends/GLES/GCDeviceBackend.h index dc0e2b07dc..ba789221e3 100644 --- a/arm_compute/graph/backends/GLES/GCDeviceBackend.h +++ b/arm_compute/graph/backends/GLES/GCDeviceBackend.h @@ -53,7 +53,8 @@ public: std::shared_ptr create_memory_manager(MemoryManagerAffinity affinity) override; private: - GCBufferAllocator _allocator; /**< GLES buffer affinity allocator */ + bool _initialized; /**< Flag that specifies if the backend has been default initialized */ + GCBufferAllocator _allocator; /**< GLES buffer affinity allocator */ }; } // namespace backends } // namespace graph -- cgit v1.2.1