-
Notifications
You must be signed in to change notification settings - Fork 35
Implement umfPool[Set/Get]Tag #962
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
@igchor do we need this for 0.10x / 2025.1? |
include/umf/memory_pool.h
Outdated
/// @brief Set a custom tag on the memory pool that can be later retrieved using umfPoolGetTag. | ||
/// @param hPool specified memory pool | ||
/// @param tag tag to be set | ||
/// @param oldTag [out] previous tag set on the memory pool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
document that it's optional and can be null
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
No, for now I only want to use it for v2 L0 adapter which will not be released as part of 2025.1 |
Implements oneapi-src#687
Implements #687
Description
Checklist