From d286268a856208ca44ddae7ed0b9bded565d5804 Mon Sep 17 00:00:00 2001 From: Mingyu Kim Date: Fri, 7 Jun 2024 15:38:58 +0900 Subject: [PATCH] [GPU][DOC] Link to OCL article (#24813) --- src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e3f7c07752d..ee97b2060ec 100644 --- a/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md +++ b/src/plugins/intel_gpu/docs/gpu_plugin_driver_troubleshooting.md @@ -75,7 +75,7 @@ install them from [OpenCL Git](https://github.com/KhronosGroup/OpenCL-Headers) ## See also - + * [Overview for OpenCL on Linux and troubleshoot](https://bashbaug.github.io/opencl/2019/07/06/OpenCL-On-Linux.html) * [OpenVINO™ README](../../../../README.md) * [OpenVINO Core Components](../../../README.md) * [OpenVINO Plugins](../../README.md)