A heartfelt Thank you Tyler!
On Wed, Jan 4, 2023 at 6:11 AM Tyler Reddy wrote:
>
> Hi all,
>
> On behalf of the SciPy development team, I'm pleased to announce the release
> of SciPy 1.10.0.
>
> Sources and binary wheels can be found at:
> https://pypi.org/project/scipy/
> and at: https://github
Hi guys,
I am trying to understand how the x86 dispatch for ndarray sort works. The
following call in Line 137 of numpy/core/src/npysort/quicksort.cpp returns 0
for my test cases:
if (x86_dispatch::quicksort(start, num))
return 0;
I have tried to compile with --cpu-dispatch="AVX512_KNL