Debian Patches
Status for blis/1.1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
libblas-provider.patch | Build a libblas.so.3 shared object. =================================================================== |
no | ||||
rename-gemmt-as-gemmtr.patch | add alias for gemmtr to gemmt=================================================================== | yes | ||||
0001-Blacklist-KNL-with-GCC-15-844.patch | Blacklist KNL with GCC 15+ (#844) Details: - GCC 15 drops support for Xeon Phi architectures such as KNL. - This PR blacklists the `knl` configuration for GCC 15+. |
Dave Love <dave.love@manchester.ac.uk> | no | 2025-01-24 | ||
0002-Apply-temporary-fix-for-gcc-15.-874.patch | Apply temporary fix for gcc 15. (#874) Details: - As reported in #845, gcc 15 fails to build the haswell gemmsup kernels due to the use of rbp. - As a temporary fix, disable slp-tree-vectorization in just the affected files. - Thanks @loveshack for reporting and @chillenb for the suggested fix. - Eventually, the kernels should be rewritten to avoid using rbp. (cherry picked from commit 36effd70b6a323856d98b17dda9cc3afd181b658) |
Devin Matthews <damatthews@smu.edu> | no | 2025-06-24 |