Skip to content

Commit

Permalink
Minor update to MemorySource to keep it usable as a bit mask.
Browse files Browse the repository at this point in the history
Signed-off-by: Colm Donelan <colm.donelan@arm.com>
Change-Id: I971ea25b3380329aa1ad3936e7f5db1f5039805a
  • Loading branch information
Colm-in-Arm committed Jan 31, 2023
1 parent 417abd4 commit 1cebf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -233,7 +233,7 @@ enum class MemorySource : uint32_t
Malloc = 1,
DmaBuf = 2,
DmaBufProtected = 4,
Gralloc = 5
Gralloc = 8
};

enum class MemBlockStrategyType
Expand Down

0 comments on commit 1cebf49

Please sign in to comment.