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

Last updated: October 06,2024

1. Install "libxsmm.x86_64" package

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

$ sudo dnf update $ sudo dnf install libxsmm.x86_64

2. Uninstall "libxsmm.x86_64" package

Please follow the guidelines below to uninstall libxsmm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libxsmm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:14:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libxsmm
Version : 1.17
Release : 1.el9
Architecture : x86_64
Size : 1.8 M
Source : libxsmm-1.17-1.el9.src.rpm
Repository : epel
Summary : Small dense or sparse matrix multiplications and convolutions for x86_64
URL : https://github.com/hfp/libxsmm
License : BSD-3-Clause
Description : LIBXSMM is a library for small dense and small sparse matrix-matrix
: multiplications, as well as for deep learning primitives such as small
: convolutions targeting Intel Architecture (x86). The library
: generates code for the following instruction set extensions: Intel
: SSE, Intel AVX, Intel AVX2, IMCI (KNCni) for Intel Xeon Phi
: coprocessors ("KNC"), and Intel AVX‑512 as found in the Intel Xeon Phi
: processor family ("KNL") and future Intel Xeon processors. Small
: convolutions are currently only optimized for Intel AVX‑512.
: Historically the library was solely targeting the Intel Many
: Integrated Core Architecture "MIC") using intrinsic functions.
: Currently, optimized assembly code targets all aforementioned
: instruction set extensions (static code generation), and Just‑In‑Time
: (JIT) code generation targets Intel AVX and beyond.