-
- Downloads
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
In Linux kernel 5.14 one can dynamically request size of altstacksize based on hardware capabilities with getauxval(AT_MINSIGSTKSZ). This changes allows for Python extension's request to Linux kernel to use AMX_TILE instruction set on Sapphire Rapids Xeon processor to succeed, unblocking use of the ISA in frameworks. Introduced HAVE_LINUX_AUXVEC_H in configure.ac and pyconfig.h.in Used cpython_autoconf:269 docker container to generate configure.
Showing
- Misc/NEWS.d/next/Library/2022-03-10-14-51-11.bpo-46968.ym2QxL.rst 5 additions, 0 deletions...S.d/next/Library/2022-03-10-14-51-11.bpo-46968.ym2QxL.rst
- Modules/faulthandler.c 20 additions, 6 deletionsModules/faulthandler.c
- configure 1 addition, 1 deletionconfigure
- configure.ac 1 addition, 1 deletionconfigure.ac
- pyconfig.h.in 3 additions, 0 deletionspyconfig.h.in
Loading
Please register or sign in to comment