-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Added a new category for device binary properties #3072
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
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.
pi changes look good to me
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.
llvm/* part looks good to me.
d0939fc
@@ -187,6 +187,7 @@ class PropertySetRegistry { | |||
"SYCL/composite specialization constants"; | |||
static constexpr char SYCL_DEVICELIB_REQ_MASK[] = "SYCL/devicelib req mask"; | |||
static constexpr char SYCL_KERNEL_PARAM_OPT_INFO[] = "SYCL/kernel param opt"; | |||
static constexpr char SYCL_IS_ESIMD_IMAGE[] = "SYCL/is ESIMD image"; |
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.
@DenisBakhvalov, as we agreed, can you please change the category name for this to something like SYCL/misc or SYCL/binary image?
@DenisBakhvalov, please see comment above. If believe the category name change is still pending, right? |
@kbobrovs Yes, I'm working on 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.
Thanks.
The approval from @smaslov-intel is required. There were changes in the code he owns since his latest review. |
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
This PR introduces a new category for general properties of device binary images. And it adds an API to retrieve properties from that common category.