How to Install and Uninstall clblast.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "clblast.i686" package

This guide covers the steps necessary to install clblast.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install clblast.i686

2. Uninstall "clblast.i686" package

Please follow the steps below to uninstall clblast.i686 on Fedora 39:

$ sudo dnf remove clblast.i686 $ sudo dnf autoremove

3. Information about the clblast.i686 package on Fedora 39

Last metadata expiration check: 5:59:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : clblast
Version : 1.6.1
Release : 1.fc39
Architecture : i686
Size : 1.0 M
Source : clblast-1.6.1-1.fc39.src.rpm
Repository : fedora
Summary : Tuned OpenCL BLAS routines
URL : https://cnugteren.github.io/clblast/clblast.html
License : Apache-2.0
Description : CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
: library written in C++11. It is designed to leverage the full
: performance potential of a wide variety of OpenCL devices from different
: vendors, including desktop and laptop GPUs, embedded GPUs, and other
: accelerators. CLBlast implements BLAS routines: basic linear algebra
: subprograms operating on vectors and matrices. See the CLBlast website
: for performance reports on various devices as well as the latest CLBlast
: news.
:
: The library is not tuned for all possible OpenCL devices: if
: out-of-the-box performance is poor, please run the tuners first.