mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
3650830a91
commit
beeaf0cc0d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user