-
Notifications
You must be signed in to change notification settings - Fork 777
[SYCL] Rename optional device feature metadata #6822
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
[SYCL] Rename optional device feature metadata #6822
Conversation
This commit renames metadata nodes introduced by the optional device features design document from using `intel_` prefix to use `sycl_` prefix. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Related to discussion #6804 (comment) |
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.
@steffenlarsen I see you've changed the documentation for intel_fixed_targets
but I don't see where you actually changed the name in code. Can you plase point me to it?
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.
LGTM. I suppose intel_reqd_group_size will also be renamed? In a separate patch maybe?
Thanks
|
Thanks for clarifying! |
I have created #6824 for this |
This commit renames metadata nodes introduced by the optional device features design document from using
intel_
prefix to usesycl_
prefix.