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

Drop numa args in threads backend initialization #5127

Merged

Conversation

dalg24
Copy link
Member

@dalg24 dalg24 commented Jun 17, 2022

Re-opening #5121 that I accidentally closed

Comment on lines +586 to +590
// legacy arguments
unsigned thread_count = thread_count_arg == -1 ? 0 : thread_count_arg;
unsigned use_numa_count = 0;
unsigned use_cores_per_numa = 0;
bool allow_asynchronous_threadpool = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to keep legacy arguments if they are not exposed anyway?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the description on the original PR.
The goal of this PR is not to actually perform the refactoring. What else would you do?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the refactoring. 😉
I just want to make sure we don't forget about it.

@crtrott crtrott merged commit 1640e30 into kokkos:develop Jun 22, 2022
@dalg24 dalg24 deleted the drop_numa_args_in_threads_backend_initialization branch June 23, 2022 23:16
@Rombur Rombur mentioned this pull request Oct 26, 2023
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

Successfully merging this pull request may close these issues.

None yet

5 participants