From aede8ca25d3231d122b670353b754142b64e5d69 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 31 Mar 2021 16:12:13 +0100 Subject: IVGCVSW-5783 'Add AsyncExecution Capability' * Added AsyncExecution to the BackendCapability enum class. * Logged a warning if backends do not support AsyncExecution capability if AsyncNetwork is created. Signed-off-by: Sadik Armagan Change-Id: I49f8467297f4b6b8e414cb6a3638a7d3f1bb886a --- include/armnn/Types.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index 576e67ea18..07d38a332d 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -203,6 +203,9 @@ enum class BackendCapability : uint32_t /// On the other hand, non-const weights can be accessed through inputs. NonConstWeights, + /// Asynchronous Execution. + AsyncExecution, + // add new enum values here }; -- cgit v1.2.1