From c7f8e36f7e77f980906a98fa9d8e1a24d8ee4cbb Mon Sep 17 00:00:00 2001 From: Chunseok Lee Date: Thu, 23 Apr 2020 19:03:51 +0900 Subject: Remove acl_neon from BACKENDS - This is a workaround to resolve nnstreamer tests Change-Id: Ia384fecda172abb4b967f768fe7f4e8aab755629 Signed-off-by: Chunseok Lee --- runtime/onert/core/include/util/Config.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/onert/core/include/util/Config.lst b/runtime/onert/core/include/util/Config.lst index 75767b8b1..8df2677f3 100644 --- a/runtime/onert/core/include/util/Config.lst +++ b/runtime/onert/core/include/util/Config.lst @@ -20,7 +20,7 @@ // Name | Type | Default CONFIG(GRAPH_DOT_DUMP , int , "0") -CONFIG(BACKENDS , std::string , "acl_cl;acl_neon;cpu") +CONFIG(BACKENDS , std::string , "acl_cl;cpu") CONFIG(OP_BACKEND_ALLOPS , std::string , "") CONFIG(OP_BACKEND_MAP , std::string , "") CONFIG(DISABLE_COMPILE , bool , "0") -- cgit v1.2.3