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

Cap the number of parallel threads for GEMM;GETRF and POTRF to ensure sensible workloads on big systems #4585

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

martin-frbg
Copy link
Collaborator

@martin-frbg martin-frbg commented Mar 27, 2024

probably fixes #1881 and also fixes #678 as well as it fixes #611 - the idea here is to obtain a maximum thread count that ensures each thread gets about the same workload as a single thread would (before the switchover to multithreading occurs), instead of always starting as many threads as possible.

@martin-frbg martin-frbg added this to the 0.3.27 milestone Mar 27, 2024
@martin-frbg martin-frbg merged commit d277c6d into OpenMathLib:develop Apr 3, 2024
68 of 69 checks passed
@martin-frbg martin-frbg mentioned this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant