Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: update x86-simd-sort to latest #26338

Merged
merged 7 commits into from May 6, 2024
Merged

Conversation

r-devulap
Copy link
Member

latest version simplifies the use of static avx512 and avx2 sort, argsort, partition and argpartition functions. No difference in performance or algorithms.

@mattip
Copy link
Member

mattip commented Apr 23, 2024

MSVC is failing to build

@r-devulap
Copy link
Member Author

MSVC is failing to build

yeah, MSVC has no icelake specific flags and doesn't define AVX512VBMI2 leading to missing header files :/

@mattip
Copy link
Member

mattip commented Apr 27, 2024

Ci is passing. @seiko2plus want to take a look?

Copy link
Member

@Mousius Mousius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok to me 😸

@Mousius Mousius added the component: SIMD Issues in SIMD (fast instruction sets) code or machinery label May 6, 2024
@Mousius Mousius merged commit 2e354ee into numpy:main May 6, 2024
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 - Maintenance component: SIMD Issues in SIMD (fast instruction sets) code or machinery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants