You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/OPENCL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ OpenCL (Open Computing Language) is an open, royalty-free standard for cross-pla
17
17
18
18
### Llama.cpp + OpenCL
19
19
20
-
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)
20
+
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)
0 commit comments