Skip to content

add umf split mode to os_memory_provider #538

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

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Jun 10, 2024

split mode splits each allocation based on user provided partitions,
across multiple numa nodes. If no partition defined then each
allocation is split evenly, across all numa available.

Signed-off-by: Łukasz Plewa [email protected]

@lplewa lplewa requested a review from a team as a code owner June 10, 2024 15:20
@lplewa lplewa force-pushed the split branch 2 times, most recently from d83294b to 792ace0 Compare June 10, 2024 15:24
@lplewa lplewa changed the title Split add umf split mode to os_memory_provider Jun 10, 2024
@lplewa lplewa force-pushed the split branch 4 times, most recently from 7291e8b to 24f3824 Compare June 11, 2024 12:52
@bratpiorka
Copy link
Contributor

please add one test for integer overflow where one weight = 1 and second = max int

@lplewa lplewa force-pushed the split branch 2 times, most recently from 0890ebb to fb9857e Compare June 12, 2024 15:15
@lplewa lplewa force-pushed the split branch 3 times, most recently from c7f9999 to bf3a69d Compare June 18, 2024 12:17
split mode splits each allocation based on user provided partitions,
across multiple numa nodes. If no partition defined then each
allocation is split evenly, across all numa available.

Signed-off-by: Łukasz Plewa <[email protected]>
Copy link
Contributor

@lukaszstolarczuk lukaszstolarczuk left a comment

Choose a reason for hiding this comment

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

👍

@bratpiorka bratpiorka merged commit fcac20b into oneapi-src:main Jun 20, 2024
70 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.

5 participants