Skip to content

MAINT: Check for SVE support on demand#27481

Merged
charris merged 1 commit intonumpy:maintenance/2.1.xfrom
charris:backport-27472
Sep 30, 2024
Merged

MAINT: Check for SVE support on demand#27481
charris merged 1 commit intonumpy:maintenance/2.1.xfrom
charris:backport-27472

Conversation

@charris
Copy link
Member

@charris charris commented Sep 30, 2024

Backport of #27472.

TST: Make check for SVE support happen on demand and not during module import

The check would invoke an external process which would slow down imports

The external process is triggered during start-imports by sklearn (whoops). See #23954 This is the leftover bit from that bug report.

The check would invoke an external process which would slow down imports
@charris charris added 03 - Maintenance 08 - Backport Used to tag backport PRs labels Sep 30, 2024
@charris charris added this to the 2.1.2 release milestone Sep 30, 2024
@charris charris merged commit fa61bc6 into numpy:maintenance/2.1.x Sep 30, 2024
@charris charris deleted the backport-27472 branch September 30, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

03 - Maintenance 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants