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

Increase NUM_THREADS #97

Open
bendavid opened this issue Mar 25, 2023 · 1 comment
Open

Increase NUM_THREADS #97

bendavid opened this issue Mar 25, 2023 · 1 comment

Comments

@bendavid
Copy link

Modern dual-socket servers are commonly available with up to 384 threads now (and soon 512 threads with EPYC Bergamo).

Suggest increasing NUM_THREADS from 64 to even 512 (especially for the sake of default numpy and scipy wheels)

@mattip
Copy link
Collaborator

mattip commented Mar 26, 2023

This would negatively impact limited systems, since a buffer is pre-allocoated for each thread. People running on such server systems are more likely to build their own software from source and not use the PyPI wheels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants