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

[umf] use alloc sizes that are multiples of 8 in tests #750

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

igchor
Copy link
Member

@igchor igchor commented Jul 27, 2023

to make ASAN happy. By default we are using alignment == 8 and size needs to be a multiple of that.

We might consider adding extra tests, specifically for different sizes.

to make ASAN happy. By default we are using alignment
== 8 and size needs to be a multiple of that.

We might consider adding extra tests, specifically for
different sizes.
@igchor igchor merged commit 8e9f3ff into oneapi-src:main Jul 27, 2023
24 checks passed
@igchor igchor deleted the fix_alloc_sizes branch July 27, 2023 17:48
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.

2 participants