added fedora to list of distros that may need the package (the packages have the same name on Fedora)

This commit is contained in:
Mohammadreza Hendiani 2024-04-20 16:37:21 +03:30
parent aed82f6837
commit ae171cc1af
No known key found for this signature in database
GPG key ID: 6910AB8B88C616E8

View file

@ -549,7 +549,7 @@ Building the program with BLAS support may lead to some performance improvements
OpenCL acceleration is provided by the matrix multiplication kernels from the [CLBlast](https://github.com/CNugteren/CLBlast) project and custom kernels for ggml that can generate tokens on the GPU.
You will need the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK).
- For Ubuntu or Debian, the packages `opencl-headers`, `ocl-icd` may be needed.
- For Ubuntu, Debian, and Fedora the packages `opencl-headers`, `ocl-icd` may be needed.
- For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.