aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/ICustomAllocator.hpp
diff options
context:
space:
mode:
authorDavid Monahan <David.Monahan@arm.com>2021-11-04 16:31:46 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-05 17:23:24 +0000
commit6642b8a1f23c5f7333abf1133983eb3134af7c00 (patch)
tree01a37677720ee4e959367f53b7873322721adbba /include/armnn/backends/ICustomAllocator.hpp
parent0f13284d702b3a37f56ffce1412867b5ad9eda89 (diff)
downloadarmnn-6642b8a1f23c5f7333abf1133983eb3134af7c00.tar.gz
IVGCVSW-6412 Implement CLBackend ICustomAllocator
* Added implementation of ClBackendDefaultAllocator * Added back in some pure virtual functions that were mistakenly removed from the CustomMemoryAllocatorSample * Added a new Gralloc MemorySource for memory which originates from the gpu * Added unittests Signed-off-by: David Monahan <David.Monahan@arm.com> Change-Id: Id2abb33d82697df36426f5709756c616af3e8ed7
Diffstat (limited to 'include/armnn/backends/ICustomAllocator.hpp')
-rw-r--r--include/armnn/backends/ICustomAllocator.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/armnn/backends/ICustomAllocator.hpp b/include/armnn/backends/ICustomAllocator.hpp
index eb8dfe1459..59ad27c6f4 100644
--- a/include/armnn/backends/ICustomAllocator.hpp
+++ b/include/armnn/backends/ICustomAllocator.hpp
@@ -36,8 +36,7 @@ public:
* Supported types are:
* MemorySource::Malloc
* MemorySource::DmaBuf
- * Unsupported types are:
- * MemorySource::DmaBufProtected
+ * MemorySource::DmaBufProtected
*/
virtual armnn::MemorySource GetMemorySourceType() = 0;