-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Implementation of discard_events #5026
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
romanovvlad
merged 32 commits into
intel:sycl
from
alexanderfle:discard_events_implementation
Dec 15, 2021
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
adf4079
[SYCL] Add avoid_event_creation property for queue
alexanderfle 6905227
[SYCL] Add exceptions for a few cases.
alexanderfle aaa71c8
[SYCL] Add check for kernel case
alexanderfle 04d798f
Merge branch 'sycl' into way1
alexanderfle 1b340b0
Merge branch 'sycl' into way1
alexanderfle aa620d4
Merge branch 'sycl' into way1
alexanderfle f5730c6
[SYCL] Add new macro in Feature Test
alexanderfle 2b1a221
[SYCL] Update queue_properties.hpp according to last merge logic
alexanderfle 2f31823
[SYCL] Rename avoid_event_creation property to discard_events
alexanderfle b08c309
[SYCL] Change namespace on ext::oneapi::property::queue::discard_events
alexanderfle ebaa2a1
[SYCL] Add support for fallback assert
alexanderfle d325859
[SYCL] Align implementation with spec
alexanderfle 7f5de5b
Merge branch 'sycl' into way1
alexanderfle 107721c
Clean up unnecessary changes
alexanderfle 16cf4c0
Clean up unnecessary changes2
alexanderfle 3fd916e
[SYCL] Fix ABI issues
alexanderfle 675a1a3
[SYCL] Update sycl_symbols for ABI test
alexanderfle b0b1e0d
[SYCL] Update sycl_symbols_windows.dump
alexanderfle 23271fd
[SYCL] Reduce one call to move assignment operator of sycl::event
alexanderfle 1a67f7d
[SYCL] Add mock for EventGetInfo
alexanderfle c996706
[SYCL] Fix not uniqueness of event_command_status enum
alexanderfle bf96adc
[SYCL] Update CommonRedefinitions in unittests
alexanderfle fa654d3
[SYCL] Revert changes for MemoryManager::copy and MemoryManager::fill
alexanderfle a85eec5
Merge branch 'sycl' into discard_events_implementation
alexanderfle 6e4468b
[SYCL] Update symbols for linux and windows according to previous revert
alexanderfle 65ef8fe
Merge branch 'sycl' into discard_events_implementation
alexanderfle 4cd8233
[SYCL] Fix review comments
alexanderfle 9ec63ad
[SYCL] Update sycl_symbols_linux.dump and Rename "invalid" event to "…
alexanderfle d55f3e5
[SYCL] Update comment to clarify "MHasDiscardEventsSupport"
alexanderfle f70f49d
[SYCL] Update value of ext_oneapi_unknown
alexanderfle fe6abbf
Merge branch 'sycl' into discard_events_implementation
alexanderfle 6617fc7
[SYCL] Merge 'sycl' into discard_events_implementation
alexanderfle 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
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.