Skip to content

MAINT: Check for SVE support on demand#27472

Merged
mattip merged 1 commit intonumpy:mainfrom
joaoe:defered_evaluation_sve
Sep 30, 2024
Merged

MAINT: Check for SVE support on demand#27472
mattip merged 1 commit intonumpy:mainfrom
joaoe:defered_evaluation_sve

Conversation

@joaoe
Copy link
Contributor

@joaoe joaoe commented Sep 29, 2024

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
@mattip mattip merged commit a4ad142 into numpy:main Sep 30, 2024
@mattip
Copy link
Member

mattip commented Sep 30, 2024

CI failure not related, see #27474. Thanks @joaoe

@charris charris changed the title Make check for SVE support happen on demand and not during module import MAINT: Check for SVE support happen on demand Sep 30, 2024
@charris charris changed the title MAINT: Check for SVE support happen on demand MAINT: Check for SVE support on demand Sep 30, 2024
@charris charris added 03 - Maintenance 09 - Backport-Candidate PRs tagged should be backported labels Sep 30, 2024
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants