From: Francisco Herrera Date: Fri, 26 Dec 2025 02:34:30 +0000 (-0500) Subject: docs: added note for pre SYCL Intel hardware (#18016) X-Git-Tag: upstream/0.0.7599~57 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=af3be131c065a38e476c34295bceda6cb956e7d7;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: added note for pre SYCL Intel hardware (#18016) Specify that it's for pre sycl hardware --- diff --git a/docs/backend/OPENCL.md b/docs/backend/OPENCL.md index e52baffd..ce6c7b56 100644 --- a/docs/backend/OPENCL.md +++ b/docs/backend/OPENCL.md @@ -17,7 +17,7 @@ OpenCL (Open Computing Language) is an open, royalty-free standard for cross-pla ### Llama.cpp + OpenCL -The llama.cpp OpenCL backend is designed to enable llama.cpp on **Qualcomm Adreno GPU** firstly via OpenCL. Thanks to the portabilty of OpenCL, the OpenCL backend can also run on certain Intel GPUs although the performance is not optimal. +The llama.cpp OpenCL backend is designed to enable llama.cpp on **Qualcomm Adreno GPU** firstly via OpenCL. Thanks to the portabilty of OpenCL, the OpenCL backend can also run on certain Intel GPUs such as those that do not have [SYCL](/docs/backend/SYCL.md) support although the performance is not optimal. ## OS