-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Graph] Support for kernel-bundle #11505
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][Graph] Support for kernel-bundle #11505
Conversation
mfrancepillois
commented
Oct 11, 2023
- Adds support for using kernel-bundle in Graph.
- Adds tests checking that kernel bundles can be used with the Record&Replay API and the Explicit API.
Adds support for using kernel-bundle in Graph. Adds tests checking that kernel bundles can be used with the Record&Replay API and the Explcit API.
@@ -2388,8 +2388,31 @@ pi_int32 enqueueImpCommandBufferKernel( | |||
pi_program PiProgram = nullptr; |
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.
@sergey-semenov , would you be able to look at the changes in this file? I'm not familiar enough to provide comprehensive 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.
The changes in this file 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.
@aelovikov-intel @sergey-semenov Could one of you approve this PR if you are happy with the content, thanks.
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
The following features defined in the specification as unsupported, have working implementations upstream. * intel#11418 * intel#11505 * intel#11556
The following features are defined in the specification as unsupported, but have working implementations merged upstream. This PR updates the graphs specification to reflect that and removes some trailing whitespace. * intel#11418 * intel#11505 * intel#11556 * intel#11855