Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libxsmm | Distribution: Fedora Project |
Version: 1.17 | Vendor: Fedora Project |
Release: 1.el8 | Build date: Sun Sep 17 13:28:40 2023 |
Group: Unspecified | Build host: buildhw-x86-12.iad2.fedoraproject.org |
Size: 4805993 | Source RPM: libxsmm-1.17-1.el8.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/hfp/libxsmm | |
Summary: Small dense or sparse matrix multiplications and convolutions for x86_64 |
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.
BSD-3-Clause
* Tue Sep 12 2023 Orion Poplawski <[email protected]> - 1.17-1 - Update to 1.17 * Thu Sep 07 2023 Dave Love <[email protected]> - 1.16-11 - Don't BR /usr/bin/python3 (#2237694) - Remove el6 in conditionals * Wed Jun 24 2020 Dave Love <[email protected]> - 1.16-2 - Clean samples/cp2k/obj - Maybe use devtoolset-9, not -6 * Fri Jun 19 2020 Dave Love <[email protected]> - 1.16-1 - New version * Sat Mar 14 2020 Dave love <[email protected]> - 1.15-1 - New version - Drop _legacy_common_support - Remove installed modules file - Fix cleanup in %check - Define OMPLIB for backport to EL7 * Wed Feb 05 2020 Dave love <[email protected]> - 1.14-3 - Fix FTBFS with GCC 10 * Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Oct 25 2019 Dave love <[email protected]> - 1.14-1 - New version * Thu Jul 25 2019 Fedora Release Engineering <[email protected]> - 1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 15 2019 Dave Love <[email protected]> - 1.13-1 - New version * Thu May 23 2019 Dave Love <[email protected]> - 1.12.1-1 - New version * Mon May 13 2019 vagrant <[email protected]> - 1.12-1 - New version * Mon Apr 29 2019 Dave Love <[email protected]> - 1.11-1 - New version - Drop patch * Fri Feb 01 2019 Fedora Release Engineering <[email protected]> - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Nov 23 2018 Dave Love <[email protected]> - 1.10-1 - New version - Patch builddir out of pkgconfig * Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 04 2018 Dave Love <[email protected]> - 1.9-2 - Use python2 exlicitly in scripts - Use single thread in %check to fix FTBFS - Use ldconfig_scriptlets - Don't define LDFLAGS * Wed Mar 21 2018 Dave Love <[email protected]> - 1.9-1 - Update to 1.9 (#1557708) - Use devtoolset-6, not -7 for EPEL - Don't avoid SSE (assumes sse3, which seems unlikely to cause problems) - BR python2, per new policy - Set VERSION_UPDATE for soname to avoid going backwards - Fix issues with doc files * Thu Mar 08 2018 Dave Love <[email protected]> - 1.8.3-1 - Update to 1.8.3 (#1528828) - Fix running test - Modify %files for distribution changes and to specify lib soversion * Wed Feb 07 2018 Fedora Release Engineering <[email protected]> - 1.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Dec 19 2017 Dave Love <[email protected]> - 1.8.1-4 - Don't run test - Update possible devtoolset usage * Sun Oct 29 2017 Dave Love <[email protected]> - 1.8.1-3 - Fix spurious executable permission - Reinstate %check - Build with AVX=0 * Fri Oct 27 2017 Dave Love <[email protected]> - 1.8.1-2 - Fix bogus specification of soversion Actually kept at 1.8, not the intended 2.0, despite a few ABI differences from version 1.8. * Thu Oct 26 2017 Dave Love <[email protected]> - 1.8.1-1 - New version - Drop libxsmm-make.patch * Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 07 2017 Igor Gnatenko <[email protected]> - 1.8-2 - Rebuild due to bug in RPM (RHBZ #1468476) * Tue May 02 2017 Dave Love <[email protected]> - 1.8-1 - Update soversion - Ship libxsmm_convwino_generator - New version * Mon Feb 13 2017 Dave Love <[email protected]> - 1.6.3-1 - New version (Moving past 1.6.3 means more serious ABI changes.) * Sun Feb 05 2017 Kalev Lember <[email protected]> - 1.6.1-2 - Rebuilt for libgfortran soname bump * Wed Dec 07 2016 Dave Love <[email protected]> - 1.6.1-1 - New version - Some ABI incompatibility, but kept major sover as not made stable yet and in view of https://github.com/hfp/libxsmm/issues/120 * Wed Nov 09 2016 Dave Love <[email protected]> - 1.5.2-2 - Remove -doc dependencies * Fri Nov 04 2016 Dave Love <[email protected]> - 1.5.2-1 - New version * Thu Nov 03 2016 Dave Love <[email protected]> - 1.5.1-2 - Clean samples .make files too - Use OMP build default - Define FCFLAGS, LDFLAGS * Mon Oct 31 2016 Dave Love <[email protected]> - 1.5.1-1 - New version, fixing interface bug - Spec fixes from review - Add samples to doc * Wed Oct 26 2016 Dave Love <[email protected]> - 1.5-4 - Don't install .mod file directly in _includedir - Don't build for ix86 - BR python * Tue Oct 11 2016 Dave Love <[email protected]> - 1.5-3 - Install with STATIC=0 - Avoid sse3 - Fix Fortran modules installation and %_fmoddir ownership * Wed Oct 05 2016 Dave Love <[email protected]> - 1.5-2 - Fix installation of libraries * Wed Oct 05 2016 Dave Love <[email protected]> - 1.5-1 - New version - Remove %check (run in %build) * Sat Aug 20 2016 Dave Love <[email protected]> - 1.4.4-2 - Drop devtoolset on el6 (not needed) * Thu Aug 18 2016 Dave Love <[email protected]> - 1.4.4-1 - New version, with bumped soname - Drop patch - Modify install section * Sat May 21 2016 Dave Love <[email protected]> - 1.4.3-1 - New version - Fix debuginfo * Mon May 09 2016 Dave Love <[email protected]> - 1.4.1-1 - New version - Link --as-needed * Mon Apr 25 2016 Dave Love <[email protected]> - 1.4-2 - Use PREFETCH=1 * Wed Apr 06 2016 Dave Love <[email protected]> - 1.4-1 - New version * Fri Apr 01 2016 Dave Love <[email protected]> - 1.3-2 - Install README.md, and maybe README.EPEL6 * Fri Apr 01 2016 Dave Love <[email protected]> - 1.3-1 - New version - Sanitize spec a bit * Mon Feb 22 2016 Dave Love <[email protected]> - 1.2-1 - New version * Sun Jan 24 2016 Dave Love <[email protected]> - 1.1.1-2 - Install Fortran module in %_fmoddir * Wed Dec 30 2015 Dave Love <[email protected]> - 1.1.1-1 - New version - Add check - BR python - Make it serial, not openmp, for now - Add doc subpackage * Wed Dec 02 2015 Dave Love <[email protected]> - 1.0.1-1 - New version * Wed Oct 07 2015 Dave Love <[email protected]> - 0.9.1-1 - Initial packaging
/usr/lib/.build-id /usr/lib/.build-id/0c /usr/lib/.build-id/0c/4362491f915edea569ecae8898d735f77bec73 /usr/lib/.build-id/15 /usr/lib/.build-id/15/81950c43a13e98a747e5e335b2befe2e040d3b /usr/lib/.build-id/5f /usr/lib/.build-id/5f/2d74655d4281a909295ab42617393d16a7ea11 /usr/lib/.build-id/98 /usr/lib/.build-id/98/2bbf80a6ea6cd2e1aa2c402729a3211d776a1d /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/42122937afe5d344cab2de1134bc3979035f27 /usr/lib64/libxsmm.so.1 /usr/lib64/libxsmm.so.1.17.0 /usr/lib64/libxsmmext.so.1 /usr/lib64/libxsmmext.so.1.17.0 /usr/lib64/libxsmmf.so.1 /usr/lib64/libxsmmf.so.1.17.0 /usr/lib64/libxsmmgen.so.1 /usr/lib64/libxsmmgen.so.1.17.0 /usr/lib64/libxsmmnoblas.so.1 /usr/lib64/libxsmmnoblas.so.1.17.0 /usr/share/licenses/libxsmm /usr/share/licenses/libxsmm/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 11 04:29:28 2024