How to Install and Uninstall clblast.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "clblast.x86_64" package

Please follow the instructions below to install clblast.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install clblast.x86_64

2. Uninstall "clblast.x86_64" package

This guide covers the steps necessary to uninstall clblast.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove clblast.x86_64 $ sudo dnf autoremove

3. Information about the clblast.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:21:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : clblast
Version : 1.5.3
Release : 2.el9
Architecture : x86_64
Size : 681 k
Source : clblast-1.5.3-2.el9.src.rpm
Repository : epel
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.