如何解决OpenCl Library和OpenCl平台不匹配的问题?

How to resolve the mismatch between OpenCl Library and OpenCl platform?

Openvino 推理崩溃。我认为问题的根源是 clinfo 命令末尾的注释:

your OpenCL library only supports OpenCL 2.1, 
but some installed platforms support OpenCL 3.0. 
Programs using 3.0 features may crash or behave unexpectedly

如何将我的 OpenCL 库升级到 3.0 来解决这个问题?

OS: Ubuntu 20.04

内核:5.15.2-051502-generic

/etc/OpenCL/vendors/intel.icd文件的内容是:

/usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so

尝试安装最新的 Intel Compute Engine 21.45.21574 看看它是否能解决问题。