Update OpenCL.md with AMD GPU exceptions

Added a note about exceptions for AMD GPUs in the OpenCL backend section.
This commit is contained in:
Francisco Herrera 2025-12-14 00:14:21 -05:00 committed by GitHub
parent 4fa0254f0b
commit 9fa94920c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ OpenCL (Open Computing Language) is an open, royalty-free standard for cross-pla
### Llama.cpp + OpenCL ### 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, as well as pre-RDNA AMD GPUs which do not support HIP. 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, as well as pre-RDNA AMD GPUs which do not support HIP, with [few exceptions.](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html)
## OS ## OS