From ceff0f9a991b693f568c25b1e0933582301082e7 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 19 Mar 2018 19:57:01 +0000 Subject: COMPMID-1016: Optimize kernel reconfiguration Optimizes kernel reconfiguration when memory manager is used. Note that this works only if every sub-sequent reconfigurations leads to sizes less than the first one. Change-Id: I08898e99929c3756147a02979b726c2380b6e11d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/125114 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h') diff --git a/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h b/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h index 103ac37bdd..8fa13e59a6 100644 --- a/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h +++ b/arm_compute/runtime/GLES_COMPUTE/GCBufferAllocator.h @@ -33,7 +33,7 @@ namespace arm_compute { -/** Default gles buffer allocator implementation */ +/** Default GLES buffer allocator implementation */ class GCBufferAllocator : public IAllocator { public: @@ -44,5 +44,5 @@ public: void *allocate(size_t size, size_t alignment) override; void free(void *ptr) override; }; -} // arm_compute +} // namespace arm_compute #endif /*__ARM_COMPUTE_GCBUFFERALLOCATOR_H__ */ -- cgit v1.2.1