From beeaf0cc0dcd07bb34f1210c65a1ae040c9840cb Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 May 2022 12:20:39 +0800 Subject: 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 --- .../recipes-support/opencv/openvino-inference-engine_2021.4.1.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dynamic-layers/openembedded-layer/recipes-support') 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 \ COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null" -#Disable opencl temporarily. intel-compute-runtime depends on -#intel-graphics-compiler and vc-intrinsics and these two recipes fail to -#compile with LLVM13. Enable it after upstream has fixed it. -#PACKAGECONFIG ?= "vpu opencl" PACKAGECONFIG ?= "vpu" PACKAGECONFIG[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" PACKAGECONFIG[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" -- cgit v1.2.3-54-g00ecf