summaryrefslogtreecommitdiff
path: root/Makefile.config.acl
diff options
context:
space:
mode:
authorhonggui <hongguiyao@msn.com>2017-10-20 14:34:09 +0800
committerhonggui <hongguiyao@msn.com>2017-10-20 14:34:09 +0800
commitd06352537c5f6f38897fb30119bad9bacb37ce79 (patch)
treebb5ca293640f379dbff3852609806273b0059031 /Makefile.config.acl
parentbba197c0b071b94ad632cf98de472bbaad0dea52 (diff)
downloadcaffeonacl-d06352537c5f6f38897fb30119bad9bacb37ce79.tar.gz
caffeonacl-d06352537c5f6f38897fb30119bad9bacb37ce79.tar.bz2
caffeonacl-d06352537c5f6f38897fb30119bad9bacb37ce79.zip
1. support ACL v17.10
2. the performance of pooling was increased 30X 3. Removing CORASE timer
Diffstat (limited to 'Makefile.config.acl')
-rw-r--r--Makefile.config.acl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.acl b/Makefile.config.acl
index b30759fb..30669c2d 100644
--- a/Makefile.config.acl
+++ b/Makefile.config.acl
@@ -15,7 +15,7 @@ ACL_INCS :=$(ACL_ROOT)/include
ACL_INCS +=$(ACL_ROOT)
ACL_LIBS_DIR :=$(ACL_ROOT)/build
ACL_LIBS_DIR +=$(ACL_ROOT)/build/arm_compute
-ACL_LIBS :=arm_compute OpenCL
+ACL_LIBS :=arm_compute arm_compute_core OpenCL
# uncomment to disable IO dependencies and corresponding data layers
# USE_OPENCV := 0