-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Graph] Enable specialization constants with graph #11556
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
Enables specification constants handling in Graph. Adds E2E tests that verify this behavior. Removes unittests tests that checked for unsupported feature exception throwing.
"specification constants" -> "specialization constants" |
Thanks for spotting 🤦 Updated PR title and description (since I think force pushing to change git commit message isn't the desired git workflow) |
@intel/llvm-reviewers-runtime Could this have a review please |
@intel/llvm-reviewers-runtime Can you review this please |
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!
@intel/llvm-gatekeepers I think this PR is good to merge, the CI is green and has approvals from necessary groups |
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
Uh oh!
There was an error while loading. Please reload this page.