-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Graph] Add support for fill and memset nodes in graphs #11472
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
30 commits
Select commit
Hold shift + click to select a range
d314fde
[SYCL][Graph] Add support for fill and memset nodes in graphs
Bensuo 254ade7
[SYCL][Graph] Add missing fill stubs and abi symbol checks (#315)
Bensuo bd096bb
Fix buffer_fill test, rework new node operator= checks
Bensuo 3e6d321
Adds missing instructions for storing SyncPoint in events returned by…
mfrancepillois f51fc35
Updates tests
mfrancepillois 4a1b0cb
clang-format
mfrancepillois d95596d
clang-format
mfrancepillois 7fa384a
Merge branch 'sycl' into ben/graph-fill-memset
mfrancepillois 0ecb9e3
Clang-format
EwanC f5d2a95
Adds OpenCL limitation
mfrancepillois d129579
Update sycl/doc/design/CommandGraph.md
mfrancepillois 44cb34c
Moves OpenCL stubs to UR
mfrancepillois 0905f2b
Merge branch 'sycl' into ben/graph-fill-memset
mfrancepillois b74eba0
Update sycl/test-e2e/Graph/Explicit/usm_memset.cpp
mfrancepillois 6918b83
Update sycl/test-e2e/Graph/Explicit/buffer_fill.cpp
mfrancepillois e8c3407
Update sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp
mfrancepillois aa28d33
Update sycl/test-e2e/Graph/RecordReplay/buffer_fill.cpp
mfrancepillois 901fcb4
Merge branch 'sycl' into ben/graph-fill-memset
EwanC cb6c5c2
Fix clang-format and increment PI minor version
EwanC 602ffe7
Revert formatting change
EwanC b6cbf83
Merge branch 'sycl' into ben/graph-fill-memset
EwanC 246af5e
Update tests
EwanC 1441e22
another clang-format attempt
EwanC 7b91621
Merge branch 'sycl' into ben/graph-fill-memset
EwanC e01b237
Use old formatting style
EwanC dfb6968
Merge branch 'sycl' into ben/graph-fill-memset
EwanC a7ad2df
Address PR review feedback
EwanC ace26ed
Use new clang-formatting
EwanC 4cae6f2
Use `FileCheck --implicit-check-not=LEAK`
EwanC 4283c99
Merge branch 'sycl' into ben/graph-fill-memset
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
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.