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

Last updated: July 03,2024

1. Install "libxsmm.x86_64" package

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

$ sudo dnf update $ sudo dnf install libxsmm.x86_64

2. Uninstall "libxsmm.x86_64" package

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

$ sudo dnf remove libxsmm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:03:27 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libxsmm
Version : 1.17
Release : 1.el8
Architecture : x86_64
Size : 1.5 M
Source : libxsmm-1.17-1.el8.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.