Skip to content

[Suggestion] Add parameter for setting openblas threads #1188

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

Closed
klosax opened this issue Apr 26, 2023 · 1 comment
Closed

[Suggestion] Add parameter for setting openblas threads #1188

klosax opened this issue Apr 26, 2023 · 1 comment
Labels
enhancement New feature or request stale threading Parallel processing and thread management

Comments

@klosax
Copy link
Contributor

klosax commented Apr 26, 2023

Openblas deafults to some maximum available threads, but would probably not be the most optimal.
In Openblas there is a function to set the number of threads, why not use this?

void openblas_set_num_threads(int num_threads);

Current workaround is to set an openblas environment variable.

@Green-Sky Green-Sky added enhancement New feature or request threading Parallel processing and thread management labels Apr 26, 2023
@github-actions github-actions bot added the stale label Mar 25, 2024
Copy link
Contributor

github-actions bot commented Apr 9, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale threading Parallel processing and thread management
Projects
None yet
Development

No branches or pull requests

2 participants