[Numpy-discussion] Re: Bumping CPU baseline to x86-64-v2

2025-05-18 Thread Sayed Adel
Hi Jerome, `X86_V2` includes also `POPCNT CX16 LAHF` along with SSE4.2. All CPUs that support `SSE4.2` also include these instructions. I think Ralf is right to exclude servers in the case of using X86_V2 as a baseline. Basically, older servers that run architectures like Penryn (17 years ago) or

[Numpy-discussion] Re: Bumping CPU baseline to x86-64-v2

2025-05-17 Thread Sayed Adel
g list -- numpy-discussion@python.org > To unsubscribe send an email to numpy-discussion-le...@python.org > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: se...@imavr.com > -- Cheers, Sayed Sayed Adel GitHub: seiko2plus __

[Numpy-discussion] Bumping CPU baseline to x86-64-v2

2025-05-16 Thread Sayed Adel
this change in 2025, when CPUs that don't support x86-64-v2 are now over 15 years old. Supporting these antiquated processors increases maintenance burden and binary size. Bumping the default baseline can also increase the performance since not all code paths are dispatched. -- Cheers, Saye

[Numpy-discussion] Re: ANN: NumPy Fellowship Program & Sayed Adel as our first Developer in Residence

2022-12-01 Thread Sayed Adel
Sayed! Brigitta On Thu, 1 Dec 2022 at 13:18, Ralf Gommers wrote: Hi all, I'm excited to be able to share this announcement on behalf of the NumPy Steering Council. We have created a new program, the NumPy Fellowship Program, and offered Sayed Adel the very first Develop

[Numpy-discussion] Re: [RFC] - numpy/SVML appears to be poorly optimized

2021-11-06 Thread Sayed Adel
> appears to be poorly optimized. It should perform well, not poor neither heavily optimized. > this also makes it quite difficult to improve (with either a better compiler > or by hand). We can put the blame on Intel for not sharing their source code but honestly, it seems we had no other optio

Re: [Numpy-discussion] Sayed Adel has joined the developer team.

2021-01-08 Thread Sayed Adel
On Jan 4 2021, at 6:52 pm, Ralf Gommers wrote: > > > On Mon, Jan 4, 2021 at 5:35 PM Matti Picus (mailto:matti.pi...@gmail.com)> wrote: > > > > On 1/4/21 6:05 PM, Charles R Harris wrote: > > > Hi All, > > > > > > Sayed Adel is now