summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2018-03-16 16:19:11 +0900
committerInki Dae <inki.dae@samsung.com>2018-03-16 16:19:59 +0900
commit0341c6d6518bc4f95ad71b3d5cd2d87b6762a388 (patch)
treebf9d4c0b13f5394da6f5aaac98bee109d57dc0a2
parentaff5695bee712ab8a9df625bd3dc897174d3fd6c (diff)
downloadcaffeonacl-0341c6d6518bc4f95ad71b3d5cd2d87b6762a388.tar.gz
caffeonacl-0341c6d6518bc4f95ad71b3d5cd2d87b6762a388.tar.bz2
caffeonacl-0341c6d6518bc4f95ad71b3d5cd2d87b6762a388.zip
Enable OPENMP
This patch enables USB_OPENMP config for CaffeOnACL to support parallel programming which makes tasks to be performed in multiple threads. Change-Id: Ie300ca13e7cd1196894313673aceded9aefd2901 Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r--Makefile.config.acl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.acl b/Makefile.config.acl
index ec03314b..223c57af 100644
--- a/Makefile.config.acl
+++ b/Makefile.config.acl
@@ -14,6 +14,7 @@ USE_PROFILING := 0
USE_ACL :=1
USE_OPENCL:=1
+USE_OPENMP:=1
ACL_ROOT :=$(AIDDIR)/ComputeLibrary
ACL_INCS :=$(ACL_ROOT)/include
ACL_INCS +=$(ACL_ROOT)