From 1cebf4978bf7723aaf0501de5fb80a6ef77066bf Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Mon, 30 Jan 2023 14:29:57 +0000 Subject: Minor update to MemorySource to keep it usable as a bit mask. Signed-off-by: Colm Donelan Change-Id: I971ea25b3380329aa1ad3936e7f5db1f5039805a --- include/armnn/Types.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index de0a58d1ad..4dc613bef3 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -1,5 +1,5 @@ // -// Copyright © 2022 Arm Ltd and Contributors. All rights reserved. +// Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once @@ -233,7 +233,7 @@ enum class MemorySource : uint32_t Malloc = 1, DmaBuf = 2, DmaBufProtected = 4, - Gralloc = 5 + Gralloc = 8 }; enum class MemBlockStrategyType -- cgit v1.2.1