From 279cef27c2b297476ecde6e5df729c057691f1de Mon Sep 17 00:00:00 2001 From: Francisco Herrera Date: Tue, 16 Dec 2025 04:45:09 -0500 Subject: [PATCH] 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 --- docs/backend/SYCL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index 02a72a9d51..f44458ed3b 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 |