-
Notifications
You must be signed in to change notification settings - Fork 797
[Bindless][Exp] Windows & DX12 interop. Semaphore ops can take values. #13860
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
martygrant
merged 37 commits into
intel:sycl
from
codeplaysoftware:przemek/windows-interop
Jun 18, 2024
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9edef1e
[Bindless][Exp] Windows & DX12 interop. Semaphores can take values.
przemektmalon 07bb904
Fix formatting
przemektmalon 124824a
Format comment
przemektmalon 386fb53
Use std::optional for semaphore values. Update test include file
przemektmalon 9e2b777
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 6c59222
Fixes, formatting, and cleanup
przemektmalon 4785052
Fix order of includes
przemektmalon 06fbf3b
Revert PI to not take std optional
przemektmalon fb6d3a6
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 388c26d
Clarify spec on handle type compatibility
przemektmalon 210e074
Fix PiMockPlugin
przemektmalon 5f814d2
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 58ec8ec
Generate linux symbols dump
przemektmalon 4d7e38d
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 0d3306e
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 1be7d64
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 65b4eaa
Merge branch 'sycl' into przemek/windows-interop
przemektmalon b4ba7c1
Re-generate linux symbols
przemektmalon ec7e4fe
Fix linux symbols
przemektmalon 731d483
Fix linux symbols
przemektmalon 97cb1a0
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 362c53d
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 0a20152
Update UR tag
przemektmalon c2d3bb9
Clarify that semaphores only work with in-order queues
przemektmalon 6723298
Update UR TAG
przemektmalon 33c275b
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 0aea35e
Merge branch 'sycl' into przemek/windows-interop
przemektmalon f9798a3
Update UR TAG
przemektmalon de9166a
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 284e65b
Update UR TAG
przemektmalon 442b693
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 5edacec
Fix UR TAG typo
przemektmalon 6fc952c
Remove unnecessary whitespace
przemektmalon bed1342
Update UR TAG
przemektmalon ece7eda
Merge branch 'sycl' into przemek/windows-interop
przemektmalon 9946fd4
Merge branch 'sycl' into przemek/windows-interop
cppchedy 8f8ad69
update UR tag
cppchedy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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
Oops, something went wrong.
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.
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.
not: You could maybe write that opaque_fd isn't supported on windows.
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've added some minor notes to clarify that
opaque_fd
is only supported on linux based systems. I think going more into depth about which handle types are supported by which operating systems is beyond the scope of this document, and advanced users who want to use the interop APIs will have to know this already when exporting handles from third-party APIs before they even reach SYCL.