[SCYL] add chapter for performance reference in SYCL.md (#23315)

* add chapter for performance reference

* rm unsupported GPU
This commit is contained in:
Neo Zhang
2026-05-19 14:44:51 +08:00
committed by GitHub
parent f1c1c5c057
commit aabee047d8
2 changed files with 11 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
| [Metal](docs/build.md#metal-build) | Apple Silicon |
| [BLAS](docs/build.md#blas-build) | All |
| [BLIS](docs/backend/BLIS.md) | All |
| [SYCL](docs/backend/SYCL.md) | Intel and Nvidia GPU |
| [SYCL](docs/backend/SYCL.md) | Intel GPU |
| [OpenVINO [In Progress]](docs/backend/OPENVINO.md) | Intel CPUs, GPUs, and NPUs |
| [MUSA](docs/build.md#musa) | Moore Threads GPU |
| [CUDA](docs/build.md#cuda) | Nvidia GPU |