From e611edea6f9df3088523e0c9e6a5bae3de80aa87 Mon Sep 17 00:00:00 2001 From: Pavel Durandin Date: Thu, 12 Sep 2024 10:03:04 +0400 Subject: [PATCH] [GPU] OpenCL headers compatibility comment (#26534) ### Details: - *item1* - *...* ### Tickets: - *[CVS-138065](https://jira.devtools.intel.com/browse/CVS-138065)* --------- Co-authored-by: Tatiana Savina --- .../intel_gpu/docs/gpu_plugin_driver_troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md b/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md index ee97b2060ecae3..7e0accf1d07f36 100644 --- a/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md +++ b/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md @@ -71,8 +71,7 @@ $ ./hello_query_device.py ## 8. If you have errors with OpenCL headers in application build OpenCL headers should be installed in your system to build application using OpenCL objects. OpenVINO source code distribution contains OpenCL headers thirdparty/ocl/cl_headers. Alternatively you can -install them from [OpenCL Git](https://github.com/KhronosGroup/OpenCL-Headers) - +install them from [OpenCL Git](https://github.com/KhronosGroup/OpenCL-Headers). To ensure compatibility, make sure that the installed version of OpenCL headers had been released before the OpenVINO version you are using. ## See also * [Overview for OpenCL on Linux and troubleshoot](https://bashbaug.github.io/opencl/2019/07/06/OpenCL-On-Linux.html)