]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: added note for pre SYCL Intel hardware (#18016)
authorFrancisco Herrera <redacted>
Fri, 26 Dec 2025 02:34:30 +0000 (21:34 -0500)
committerGitHub <redacted>
Fri, 26 Dec 2025 02:34:30 +0000 (10:34 +0800)
Specify that it's for pre sycl hardware

docs/backend/OPENCL.md

index e52baffdffd3144646309d93f989c7559537c222..ce6c7b5605abc26ba9143034efa42b5dc183be29 100644 (file)
@@ -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