Skip to content

Add optional coarse provider to umfPoolTest fixture #808

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

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Oct 17, 2024

Description

Add optional coarse provider to umfPoolTest fixture.
Add 5th argument (coarse_memory_provider_params_t *)
to the poolCreateExtParams tuple (can be nullptr).
If it is non-nullptr, coarse provider is created
with the given provider as the upstream provider.

It will be used to test the following providers:

  • file provider
  • devdax provider

as the upstream providers with the coarse provider
and different pool managers.

Requires:

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@ldorau ldorau force-pushed the Add_optional_coarse_provider_to_umfPoolTest_fixture branch 2 times, most recently from 7017fe7 to 5fe8e62 Compare October 17, 2024 20:10
@ldorau ldorau marked this pull request as ready for review October 17, 2024 20:12
@ldorau ldorau requested a review from a team as a code owner October 17, 2024 20:12
@ldorau ldorau force-pushed the Add_optional_coarse_provider_to_umfPoolTest_fixture branch 2 times, most recently from 160d5c3 to e02797d Compare October 21, 2024 07:32
@ldorau ldorau force-pushed the Add_optional_coarse_provider_to_umfPoolTest_fixture branch from e02797d to df8869c Compare October 21, 2024 10:32
@ldorau ldorau requested a review from PatKamin October 21, 2024 11:53
Add optional coarse provider to umfPoolTest fixture.
Add 5th argument (coarse_memory_provider_params_t *)
to the poolCreateExtParams tuple (can be nullptr).
If it is non-nullptr, coarse provider is created
with the given provider as the upstream provider.

It will be used to test the following providers:
- file provider
- devdax provider
as the upstream providers with the coarse provider
and different pool managers.

Signed-off-by: Lukasz Dorau <[email protected]>
@ldorau ldorau force-pushed the Add_optional_coarse_provider_to_umfPoolTest_fixture branch from df8869c to 4b668af Compare October 21, 2024 12:36
@ldorau ldorau merged commit b4f149a into oneapi-src:main Oct 21, 2024
74 checks passed
@ldorau ldorau deleted the Add_optional_coarse_provider_to_umfPoolTest_fixture branch October 21, 2024 18:57
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