Skip to content

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Feb 19, 2025

Fix incorrect bucked size, causing all allocating going to single bucket

@lplewa lplewa requested a review from a team as a code owner February 19, 2025 16:16
@bratpiorka
Copy link
Contributor

Why do we need these changes? What are the effects - performance improvements, better stability?
Please fill in the PR description and provide any relevant data for this PR.

}

ret = umfDisjointPoolParamsSetMinBucketSize(raw_params, 4096);
ret = umfDisjointPoolParamsSetMinBucketSize(raw_params, 8);
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So we are using more then 1 bucket in benchmarks

@bratpiorka bratpiorka requested a review from ldorau February 20, 2025 11:56
@bratpiorka bratpiorka merged commit f36d893 into oneapi-src:main Feb 20, 2025
78 checks passed
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.

3 participants