summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-05-19 12:20:39 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-05-19 17:12:56 +0800
commitbeeaf0cc0dcd07bb34f1210c65a1ae040c9840cb (patch)
treebc85589165ffce4f92b6126366721c8b4b496130 /dynamic-layers
parent3650830a91623c00365207f2413e006d2f47831c (diff)
downloadmeta-intel-beeaf0cc0dcd07bb34f1210c65a1ae040c9840cb.tar.gz
openvino-inference-engine: remove OpenCL comment
Now that compute runtime and IGC can compile with LLVM 13, remove the comment saying it doesn't. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.1.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.1.bb
index 0709fce4..abc9fa65 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.1.bb
@@ -67,10 +67,6 @@ DEPENDS += "libusb1 \
67COMPATIBLE_HOST = '(x86_64).*-linux' 67COMPATIBLE_HOST = '(x86_64).*-linux'
68COMPATIBLE_HOST:libc-musl = "null" 68COMPATIBLE_HOST:libc-musl = "null"
69 69
70#Disable opencl temporarily. intel-compute-runtime depends on
71#intel-graphics-compiler and vc-intrinsics and these two recipes fail to
72#compile with LLVM13. Enable it after upstream has fixed it.
73#PACKAGECONFIG ?= "vpu opencl"
74PACKAGECONFIG ?= "vpu" 70PACKAGECONFIG ?= "vpu"
75PACKAGECONFIG[opencl] = "-DENABLE_CLDNN=1 -DCLDNN__IOCL_ICD_INCDIRS=${STAGING_INCDIR} -DCLDNN__IOCL_ICD_STLDIRS=${STAGING_LIBDIR} -DCLDNN__IOCL_ICD_SHLDIRS=${STAGING_LIBDIR}, -DENABLE_CLDNN=0, ocl-icd opencl-headers libva, intel-compute-runtime" 71PACKAGECONFIG[opencl] = "-DENABLE_CLDNN=1 -DCLDNN__IOCL_ICD_INCDIRS=${STAGING_INCDIR} -DCLDNN__IOCL_ICD_STLDIRS=${STAGING_LIBDIR} -DCLDNN__IOCL_ICD_SHLDIRS=${STAGING_LIBDIR}, -DENABLE_CLDNN=0, ocl-icd opencl-headers libva, intel-compute-runtime"
76PACKAGECONFIG[python3] = "-DENABLE_PYTHON=ON -DPYTHON_LIBRARY=${PYTHON_LIBRARY} -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE_DIR}, -DENABLE_PYTHON=OFF, python3-cython-native, python3 python3-numpy python3-opencv python3-progress python3-cython" 72PACKAGECONFIG[python3] = "-DENABLE_PYTHON=ON -DPYTHON_LIBRARY=${PYTHON_LIBRARY} -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE_DIR}, -DENABLE_PYTHON=OFF, python3-cython-native, python3 python3-numpy python3-opencv python3-progress python3-cython"