-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Docs] Move sycl_ext_oneapi_kernel_properties to experimental #7190
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][Docs] Move sycl_ext_oneapi_kernel_properties to experimental #7190
Conversation
This commit moves the sycl_ext_oneapi_kernel_properties extension from proposal to experimental. As part of the move, the extension is transitioned to the new extension template. Additionally it adds a note about the current order limitation of `SYCL_EXT_ONEAPI_FUNCTION_PROPERTY` and `SYCL_EXTERNAL` in the current implementation. Signed-off-by: Larsen, Steffen <[email protected]>
This is in draft until the extension rest of the implementation is merged. |
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.
Aside from the copyright date, LGTM.
sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_properties.asciidoc
Outdated
Show resolved
Hide resolved
…ties.asciidoc Co-authored-by: John Pennycook <[email protected]>
sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_properties.asciidoc
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_properties.asciidoc
Outdated
Show resolved
Hide resolved
Signed-off-by: Larsen, Steffen <[email protected]>
This is an experimental extension specification, intended to provide early | ||
access to features and gather community feedback. Interfaces defined in this | ||
specification are implemented in DPC++, but they are not finalized and may | ||
change incompatibly in future versions of DPC++ without prior notice. |
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.
The DPC++
doesn't seem to render correctly in HTML. I think is is because the +
are being interpreted by Asciidoctor as an inline passthrough. I think you will instead need to define the {dpcpp}
macro at the top of the file.
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.
I don't know how I missed the template defined in the template, but I have added it. Looks to be rendering correctly now.
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Larsen, Steffen <[email protected]>
This is ready for 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
Failures unrelated:
|
This commit moves the sycl_ext_oneapi_kernel_properties extension from proposal to experimental. As part of the move, the extension is transitioned to the new extension template.
Additionally it adds a note about the current order limitation of
SYCL_EXT_ONEAPI_FUNCTION_PROPERTY
andSYCL_EXTERNAL
in the current implementation.