Set NTHREADS to utils_get_num_cores() at minimum - #1315
Closed
ldorau wants to merge 3 commits into
Closed
Conversation
bratpiorka
reviewed
May 14, 2025
KFilipek
requested changes
May 14, 2025
Contributor
Author
|
See: #1169 (comment) |
ldorau
marked this pull request as draft
May 14, 2025 13:58
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
from
May 15, 2025 06:09
2af9e28 to
d7b2b02
Compare
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
2 times, most recently
from
May 15, 2025 09:02
4c24bdc to
6e1961f
Compare
KFilipek
approved these changes
May 15, 2025
NTHREADS to utils_get_num_cores() at minimumConcurrentOpenConcurrentCloseHandles and ConcurrentGetConcurrentPutHandles tests fail when NTHREADS == utils_get_num_cores()
ConcurrentOpenConcurrentCloseHandles and ConcurrentGetConcurrentPutHandles tests fail when NTHREADS == utils_get_num_cores()ConcurrentOpenConcurrentCloseHandles and ConcurrentGetConcurrentPutHandles tests fail when NTHREADS == utils_get_num_cores()
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
from
May 28, 2025 13:59
6e1961f to
da5856c
Compare
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
3 times, most recently
from
June 16, 2025 07:52
31a7e25 to
1068151
Compare
ConcurrentOpenConcurrentCloseHandles and ConcurrentGetConcurrentPutHandles tests fail when NTHREADS == utils_get_num_cores()NTHREADS to utils_get_num_cores() at minimum
Set NTHREADS to utils_get_num_cores() at minimum and rename NTHREADS to numThreads. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
from
July 29, 2025 13:17
1068151 to
4270945
Compare
ldorau
force-pushed
the
Set_NTHREADS_to_utils_get_num_cores_at_minimum
branch
from
July 30, 2025 08:19
d25ddfe to
7513f10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Set
NTHREADStoutils_get_num_cores()at minimum.Checklist