-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Graph] Backend integration and feature additions for SYCL Graphs (3/4) #10033
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
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2ae2368
[SYCL][Graphs] Squashed commit of remaining runtime changes
Bensuo 4f9ea64
[SYCL][Graph] Remove unused CommandType value
Bensuo 67475ca
[SYCL][Graph] Revert change to isInteropHostTask
Bensuo b4c24ba
[SYCL][Graph] Fix formatting in graph_impl.hpp
Bensuo be7c202
Merge pull request #237 from reble/julianmi/fix-double-root-nodes
julianmi 3d01d48
Expand unittests
julianmi 8c88084
[SYCL][Graph] Support for read and write for one-dimensional and 2d b…
mfrancepillois 8578f21
[SYCL] Fix clang build (#242)
EwanC 4a09be0
Replace `RT` namespace with `sycl::detail::pi`
EwanC d170f32
Fix clang-10 compilation issue
EwanC 727b234
Restore scheduler regression test
EwanC e7c8edd
Merge branch 'sycl' into sycl-graph-patch-3
EwanC 0b9c175
Merge branch 'sycl' into sycl-graph-patch-3
EwanC 4d780af
Remove std::move on temporary
EwanC 6e4d3f9
Fix issues from merge
EwanC 8951bca
Fix clang-format issue
EwanC 64b8eb9
Update windows symbols test
EwanC 65e8143
Fixup PI inaccuracies
EwanC 0dfdf4f
Missing offsets in Level Zero command-buffr buffer copy
EwanC 63cb32c
Remove characters incorrectly copy/pasted
EwanC f98fd78
Merge branch 'sycl' into sycl-graph-patch-3
EwanC cb05754
Report "ur_exp_command_buffer" as Level Zero device extension
EwanC f6a9b16
[SYCL][Graph] Fix in_order queue with empty nodes
mfrancepillois 21ae184
Fixup formatting and doxy comments
EwanC de12fa0
Fix clang-format
EwanC 911a67d
Merge branch 'sycl' into sycl-graph-patch-3
EwanC 732cb04
clang-format pi_level_zero.cpp
EwanC 4bcf0ff
[SYCL][Graph] Fix In-order queue unitests single context bug
mfrancepillois 3ee7743
[SYCL][Graph] Implement exeption throwing for inconsistent context or…
mfrancepillois e614936
[SYCL][Graph] Add exceptions on invalid event and queue usage
Bensuo 547fdac
Update Windows Symbols
EwanC eadc0c1
Update unittest `CommandGraphTest.BeginEndRecording`
EwanC b054c63
Merge branch 'sycl' into sycl-graph-patch-3
EwanC 74e7203
[SYCL] Change `graph_support_level` namespace (#256)
EwanC 58efbfd
[SYCL][Graph] Address reviewer feedback
Bensuo 727972b
Early return in command-buffer memcpy commands
EwanC 6098a9c
Merge branch 'sycl' into sycl-graph-patch-3
EwanC 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.