We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Some umf destroy functions returns void: e.g.umfMemoryProviderDestroy, umfDisjointPoolSharedLimitsDestroy, others return umf_result e.g. umfDisjointPoolParamsDestroy
we should decide a one approach, to return value of the destruction functions, and unify it.
The text was updated successfully, but these errors were encountered:
unify return values for destroy functions
7e513bc
fixes: oneapi-src#1217
04345f0
d772c99
Successfully merging a pull request may close this issue.
Some umf destroy functions returns void: e.g.umfMemoryProviderDestroy, umfDisjointPoolSharedLimitsDestroy, others return umf_result e.g. umfDisjointPoolParamsDestroy
we should decide a one approach, to return value of the destruction functions, and unify it.
The text was updated successfully, but these errors were encountered: