-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][XPTI] Add missing buffer constructor data #5259
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
/verify with intel/llvm-test-suite#703 |
The failures are expected and the tests updated accordingly have passed: Jenkins/verify-test-suite-logs |
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.
We already expose this info via edge_create tracepoint. Why is this duplication needed?
This reverts commit 52eacd2.
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.
@vladimirlaz please provide the description and make sure the title of this PR matches its content
Fix build issues introduced by #5259
Extend information about created buffer:
The test changes in intel/llvm-test-suite#788 should be merged after this PR is merged.