-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Remove buffer.hpp
's dependency on context.hpp
/event.hpp
#13497
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
Merged
aelovikov-intel
merged 1 commit into
intel:sycl
from
aelovikov-intel:buffer-context-event-dep
Jul 3, 2024
Merged
[SYCL] Remove buffer.hpp
's dependency on context.hpp
/event.hpp
#13497
aelovikov-intel
merged 1 commit into
intel:sycl
from
aelovikov-intel:buffer-context-event-dep
Jul 3, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This depends on #13211, please review second commit only. |
againull
reviewed
Apr 19, 2024
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.
This is ABI br
@@ -3246,13 +3246,13 @@ _ZN4sycl3_V16detail12buffer_plainC1EPKvmmRKNS0_13property_listESt10unique_ptrINS | |||
_ZN4sycl3_V16detail12buffer_plainC1EPvmmRKNS0_13property_listESt10unique_ptrINS1_19SYCLMemObjAllocatorESt14default_deleteIS8_EE | |||
_ZN4sycl3_V16detail12buffer_plainC1ERKSt10shared_ptrIKvEmmRKNS0_13property_listESt10unique_ptrINS1_19SYCLMemObjAllocatorESt14default_deleteISC_EEb | |||
_ZN4sycl3_V16detail12buffer_plainC1ERKSt8functionIFvPvEEmmRKNS0_13property_listESt10unique_ptrINS1_19SYCLMemObjAllocatorESt14default_deleteISD_EEb | |||
_ZN4sycl3_V16detail12buffer_plainC1EmNS0_7contextESt10unique_ptrINS1_19SYCLMemObjAllocatorESt14default_deleteIS5_EEbNS0_5eventE | |||
_ZN4sycl3_V16detail12buffer_plainC1EmRNS0_7contextESt10unique_ptrINS1_19SYCLMemObjAllocatorESt14default_deleteIS6_EEbRNS0_5eventE |
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.
This is ABI breaking change, right? Should we wait for breaking window?
e0d7fe1
to
b8b1859
Compare
b8b1859
to
8ae330e
Compare
aelovikov-intel
added a commit
to aelovikov-intel/llvm
that referenced
this pull request
Apr 23, 2024
Can't eliminate it because that requires intel#13497 that is awaiting ABI breaking window.
aelovikov-intel
added a commit
that referenced
this pull request
Apr 24, 2024
Can't eliminate it because that requires #13497 that is awaiting ABI breaking window.
8ae330e
to
9e536f4
Compare
9e536f4
to
fa68fd8
Compare
fa68fd8
to
e5ac6d3
Compare
e5ac6d3
to
37ef642
Compare
buffer.hpp
's dependency on context.hpp
/event.hpp
37ef642
to
5803df7
Compare
5803df7
to
8230f92
Compare
8230f92
to
f67eb38
Compare
againull
approved these changes
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.