From: Francisco Herrera Date: Tue, 16 Dec 2025 09:45:09 +0000 (-0500) Subject: added note for old Intel hardware pre sycl (#18017) X-Git-Tag: upstream/0.0.7446~21 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=279cef27c2b297476ecde6e5df729c057691f1de;p=pkg%2Fggml%2Fsources%2Fllama.cpp added note for old Intel hardware pre sycl (#18017) * added note for old Intel hardware pre sycl Older hardware used opencl * typo * use consistent terms --- diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index 02a72a9d..f44458ed 100644 --- a/docs/backend/SYCL.md +++ b/docs/backend/SYCL.md @@ -103,6 +103,8 @@ SYCL backend supports Intel GPU Family: - Intel Built-in Arc GPU - Intel iGPU in Core CPU (11th Generation Core CPU and newer, refer to [oneAPI supported GPU](https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-base-toolkit-system-requirements.html#inpage-nav-1-1)). +On older Intel GPUs, you may try [OpenCL](/docs/backend/OPENCL.md) although the performance is not optimal, and some GPUs may not support OpenCL nor have any GPGPU capabilities. + #### Verified devices | Intel GPU | Status | Verified Model |