how to add clblast that is avalible in the fedora repos

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

View file

@ -574,6 +574,12 @@ Building the program with BLAS support may lead to some performance improvements
Pre-built CLBlast binaries may be found on the [CLBlast Releases](https://github.com/CNugteren/CLBlast/releases) page. For Unix variants, it may also be found in your operating system's packages. Pre-built CLBlast binaries may be found on the [CLBlast Releases](https://github.com/CNugteren/CLBlast/releases) page. For Unix variants, it may also be found in your operating system's packages.
Linux packaging:
Fedora Linux:
```bash
sudo dnf install clblast
```
Alternatively, they may be built from source. Alternatively, they may be built from source.
- <details> - <details>