summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/onert/core/include/util/Config.lst2
1 files changed, 1 insertions, 1 deletions
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")