From 15305ad1431e614b3e2cdab09bf93be50122e922 Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Sat, 20 Apr 2024 16:40:04 +0330 Subject: [PATCH] how to add clblast that is avalible in the fedora repos --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e7aa5969..144052263 100644 --- a/README.md +++ b/README.md @@ -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. + Linux packaging: + Fedora Linux: + ```bash + sudo dnf install clblast + ``` + Alternatively, they may be built from source. -