From d8500f0ca3edeaf379e73885bc5572585c92d611 Mon Sep 17 00:00:00 2001 From: Francisco Herrera Date: Sat, 13 Dec 2025 23:57:08 -0500 Subject: [PATCH] added note for pre SYCL Intel hardware Specify that it's for pre sycl hardware --- docs/backend/OPENCL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/OPENCL.md b/docs/backend/OPENCL.md index e52baffdff..ce6c7b5605 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